MediaWiki

Common.js

From Dogcraft Wiki

No edit summary
mNo edit summary
Line 14: Line 14:
/*var goToDogcraft = document.querySelectorAll("#p-Go_to_Dogcraft > a");
/*var goToDogcraft = document.querySelectorAll("#p-Go_to_Dogcraft > a");
goToDogcraft[0].setAttribute("href", "//dogcraft.net");*/
goToDogcraft[0].setAttribute("href", "//dogcraft.net");*/
$("#p-Go_to_Dogcraft > a").attr("href", "http://dogcraft.net")
$("#p-Go_to_Dogcraft > a").attr("href", "http://dogcraft.net");
$("#p-Go_to_Dogcraft").removeClass("not-click");
var indicator = document.querySelectorAll(".mw-indicators");
var indicator = document.querySelectorAll(".mw-indicators");

Revision as of 09:43, 6 January 2021

/* 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");*/
	$("#p-Go_to_Dogcraft > a").attr("href", "http://dogcraft.net");
	$("#p-Go_to_Dogcraft").removeClass("not-click");
	
	var indicator = document.querySelectorAll(".mw-indicators");
	var indicator1 = indicator[0];
	
	if (indicator1.childNodes.length !== 1) {document.getElementById("tagline").innerHTML = indicator1.innerHTML;}
	
	//$(".mw-dismissable-notice-close a").text('X');
	
	var dismissableNoticeClose = $(".mw-dismissable-notice-close");
	if (dismissableNoticeClose !== null) {
		$(".dismissable-notice-close-message-container").append(dismissableNoticeClose);
	}
});
This page was last modified on 6 January 2021, at 09:43. (5 months ago)
Background Dragon Slayer - Retriever by Ironboundred