Difference between revisions of "MediaWiki:Common.js"
Jump to navigation
Jump to search
Jayprakash (talk | contribs) (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();
}
});