Welcome to the Lylat Wiki, all about the Star Fox series! If you'd like to help out, please take a look at our community portal.

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

From Lylat Wiki, your source on Star Fox information. By Fans, for Fans.
Jump to navigationJump to search
*>Krinkle
(fix usage of deprecated methods (addOnloadHook, wg-global))
 
Line 1: Line 1:
//  _________________________________________________________________________________________
#REDIRECT [[MediaWiki:Gadget-SearchFocus.js]]
// |                                                                                        |
// |                    === WARNING: GLOBAL GADGET FILE ===                                  |
// |                  Changes to this page affect many users.                                |
// | Please discuss changes on the talk page or on [[Wikipedia_talk:Gadget]] before editing. |
// |_________________________________________________________________________________________|
//
// Imported from [[Wikipedia:FAQ/Main Page]] as of April 1, 2008
 
if ( mw.config.get( 'wgIsMainPage' ) === true ) {
  $( document ).ready( function () {
    $( '#searchInput' ).focus();
  });
}

Revision as of 04:58, 10 March 2013

#REDIRECT [[MediaWiki:Gadget-SearchFocus.js]]