Changes

Jump to navigation Jump to search

MediaWiki:Common.js

197 bytes removed, 5 years ago
no edit summary
if( window.protectedNamespace.indexOf( mw.config.get( 'wgCanonicalNamespace' )) !== -1 ){
if( mw.config.get("skin") === "minerva" ){
// Force redirect to desktop mode
mw.config.get( 'wgServer' ) + "/wiki/" + mw.config.get("wgPageName") + "&mobileaction=toggle_view_desktop";
}
$("#firstHeading").text( mw.config.get( 'wgTitle' ) );
$('#p-navigation > .body ul').empty();

Navigation menu