MediaWiki
Common.js
From Dogcraft Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (โ-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (โ-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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).ready(function() {
var goToDogcraft = document.querySelectorAll("#p-Go_to_Dogcraft > a");
goToDogcraft[0].setAttribute("href", "//dogcraft.net");
var indicator = document.querySelectorAll(".mw-indicators");
var indicatorHTML = indicator[0].innerHTML;
/*classList.add("mw-indicators mw-body-content")*/
document.getElementById("tagline").innerHTML = indicatorHTML;
});
This page was last modified on 3 October 2020, at 22:43. (2 months ago)