Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.js: Difference between revisions

MediaWiki interface page
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";