MediaWiki:Common.js: Difference between revisions

See if this keeps character table from breaking
m (Level cap is now 80)
(See if this keeps character table from breaking)
Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
$(function() {
if (window.location.host === "bluearchive.miraheze.org") {
window.location.replace("https://bluearchive.wiki" + window.location.pathname);
Line 57:
}
}
})();