Changes

Jump to navigation Jump to search

MediaWiki:Mobile.js

249 bytes added, 5 years ago
no edit summary
mw.loader.load('/index.php?title=MediaWiki:Gadget-2020Cohort.js&action=raw&ctype=text/javascript');
 
// Redirect Topic page to their parent pages
$( function(){
if( mw.config.get( 'wgNamespaceNumber') === mw.config.get( 'wgNamespaceIds' ).topic ){
location.replace( mw.config.get( 'wgServer') + $(".page-heading").next().attr( "href" ) );
}
});

Navigation menu