The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "User:Mario-WL/common.js"
(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();
} );
}