Difference between revisions of "MediaWiki:Common.js"

From University Innovation Fellows
Jump to navigation Jump to search
(Created page with "$( document ).ready( function(){ if( mw.config.get('wgIsMainPage') ) { $('#sbl-breadcrumbs').remove(); } });")
(No difference)

Revision as of 20:44, 2 December 2019

$( document ).ready( function(){
	if( mw.config.get('wgIsMainPage') )
	{
		$('#sbl-breadcrumbs').remove();
	}
});