MediaWiki:Mobile.js: Difference between revisions

Updated for "/en/wiki/"
(Correct jQuery syntax by enclosing multiple values in curly braces)
(Updated for "/en/wiki/")
Line 299: Line 299:
if ( /Main_Page/.test(document.location.href) ) {
if ( /Main_Page/.test(document.location.href) ) {
     // console.log('loading menus data');
     // console.log('loading menus data');
     mw.loader.load('/wiki/en/index.php?title=MediaWiki:MapMenu.js&action=raw&ctype=text/javascript');
     mw.loader.load('/en/wiki/index.php?title=MediaWiki:MapMenu.js&action=raw&ctype=text/javascript');


     /**
     /**