Actions

MediaWiki

Common.js

From Conflict of Nations Wiki

Revision as of 04:23, 20 October 2017 by User (talk | contribs)
/* Any JavaScript here will be loaded for all users on every page load. */

$(function () {
 document.getElementById("p-banner").innerHTML = "Welcome, Infidel.";
}());