MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 22: Line 22:
     });
     });
});
});
/* Add obvious background color to Beta  */
if (document.location.origin.indexOf("beta") > -1) {
    document.getElementById("mw-head").style.backgroundColor = "#ffb3b3";
}