Difference between revisions of "User:Mario-WL/common.js"

From The iPhone Wiki
Jump to: navigation, search
(Created page with "// Imported from https://en.wikipedia.org/wiki/Wikipedia:FAQ/Main_Page as of April 1, 2008 if ( mw.config.get( 'wgIsMainPage' ) ) { $( function () { $( '#searchInput' )...")
 
(No difference)

Latest revision as of 00:41, 24 September 2020

// Imported from https://en.wikipedia.org/wiki/Wikipedia:FAQ/Main_Page as of April 1, 2008

if ( mw.config.get( 'wgIsMainPage' ) ) {
  $( function () {
    $( '#searchInput' ).focus();
  } );
}