MediaWiki

Gadget-helppage.js

From Dogcraft Wiki

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 10: Line 10:
$('#breadcrumbs > a').slice(1).hide();
$('#breadcrumbs > a').slice(1).hide();
$('#breadcrumbs a:first-child').attr('href', '//dogcraft.net');
$('#breadcrumbs a:first-child').attr('href', '//dogcraft.net');
console.log('test');
}
}
});
});

Revision as of 21:25, 31 August 2021

$(document).ready(function() {
	if (mw.config.get('wgPageName') === "Rules" || mw.config.get('wgPageName') === "Help_Resources")
	{
		$('.nav .nav-title a span').text('Dogcraft');
	}
	
	if (mw.config.get('wgPageName') === "Rules")
	{
		$('#tagline').hide();
		$('#breadcrumbs > a').slice(1).hide();
		$('#breadcrumbs a:first-child').attr('href', '//dogcraft.net');
		console.log('test');
	}
});
This page was last modified on 31 August 2021, at 21:25. (2 years ago)