MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (Level cap is now 80)
(See if this keeps character table from breaking)
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. */
(function() {
$(function() {
if (window.location.host === "bluearchive.miraheze.org") {
if (window.location.host === "bluearchive.miraheze.org") {
window.location.replace("https://bluearchive.wiki" + window.location.pathname);
window.location.replace("https://bluearchive.wiki" + window.location.pathname);
Line 57: Line 57:
}
}
}
}
})();
});