User:Emailformygames/common.js: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Test */
/* Test */
document.getElementByID("setThisRed").style.color = "red";
document.getElementById("setThisRed").style.color="red";

Latest revision as of 06:31, 30 August 2016

/* Test */
document.getElementById("setThisRed").style.color="red";