Ad placeholder

MediaWiki:Mobile.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All JavaScript here will be loaded for users of the mobile site */
/* All JavaScript here will be loaded for users of the mobile site */


/*
(function () {
(function () {
var launchDayMaxPageId = 6545;
var launchDayMaxPageId = 6545;
Line 23: Line 24:
notice.innerHTML =
notice.innerHTML =
"This page was created during Early Access. " +
"This page was created during Early Access. " +
"It may not be up to date with the current version.";
"It may not be up to date with the release version.";
})();
})();
*/
/*
(function () {
var notice = document.getElementById("bg3wiki-downtime-notice");
if (notice && new Date().getMonth() + 1 == 9) {
notice.style.display = 'block';
}
})();
*/

Navigation menu