MediaWiki:Common.js: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
     var x = document.getElementById("demo");
     var x = document.getElementById("firstHeading");
     x.style.color = "red";
     x.style.wordSpacing = "5px";

Revision as of 02:07, 9 August 2015

/* Any JavaScript here will be loaded for all users on every page load. */
    var x = document.getElementById("firstHeading");
    x.style.wordSpacing = "5px";