User:Emailformygames/common.js: Difference between revisions
Jump to navigation
Jump to search
(testing) |
No edit summary |
||
Line 1: | Line 1: | ||
/* Test */ | /* Test */ | ||
function test() { | |||
document.getElementByID("setThisRed").style.color = "red"; | document.getElementByID("setThisRed").style.color = "red"; | ||
} |