MediaWiki
Common.js
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
*/ | */ | ||
document.querySelectorAll("#p-Go_to_Dogcraft | document.querySelectorAll("#p-Go_to_Dogcraft a").href = "//dogcraft.net"; |
Revision as of 15:00, 19 July 2020
/* Any JavaScript here will be loaded for all users on every page load. */
/* Navigation Popups */
/* Currently Disabled
mw.loader.load('/load.php?modules=ext.gadget.Navigation_popups');
window.popupAdminLinks = false;
window.popupActionsMenu = false;
window.popupStructure = 'lite';
window.popupSubpopups = false;
window.popupSummaryData = false;
*/
document.querySelectorAll("#p-Go_to_Dogcraft a").href = "//dogcraft.net";
This page was last modified on 19 July 2020, at 15:00. (2 months ago)