MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
m
Simpler commenting out that should be sufficient
m (Undo revision 39367 by Abhidevananda (talk))
m (Simpler commenting out that should be sufficient)
Line 23: Line 23:
  * Description: Adds an additional link to the complete list of languages available.
  * Description: Adds an additional link to the complete list of languages available.
  * Maintainers: [[User:AzaToth]], [[User:R. Koot]], [[User:Alex Smotrov]]
  * Maintainers: [[User:AzaToth]], [[User:R. Koot]], [[User:Alex Smotrov]]
  */
  *
if ( mw.config.get( 'wgPageName' ) === 'Main_Page' || mw.config.get( 'wgPageName' ) === 'Talk:Main_Page' ) {
if ( mw.config.get( 'wgPageName' ) === 'Main_Page' || mw.config.get( 'wgPageName' ) === 'Talk:Main_Page' ) {
     $( function () {
     $( function () {
Line 30: Line 30:
     } );
     } );
}
}
*/


/**
/**

Navigation menu