User:Emailformygames/common.js: Difference between revisions

From Official Factorio Wiki
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";
}

Revision as of 05:59, 30 August 2016

/* Test */
function test() {
document.getElementByID("setThisRed").style.color = "red";
}