Difference between revisions of "MediaWiki:Gadget-searchfocus.js"

From The Kingkiller Chronicle Wiki
Jump to navigation Jump to search
(Created page with "→‎* * https://en.wikipedia.org/wiki/MediaWiki:Gadget-searchFocus.js *: if ( mw.config.get( 'wgIsMainPage' ) ) { $( function () { $( '#searchInput' ).focus(); } ); }")
 
(No difference)

Latest revision as of 06:38, 7 December 2018

/**
 * https://en.wikipedia.org/wiki/MediaWiki:Gadget-searchFocus.js
**/

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