MediaWiki:Gadget-searchFocus.js:修订间差异

无编辑摘要
imported>Irukaza
(导入1个版本)
imported>Irukaza
无编辑摘要
第9行: 第9行:
// Imported from [[Wikipedia:FAQ/Main Page]] as of April 1, 2008
// Imported from [[Wikipedia:FAQ/Main Page]] as of April 1, 2008


if ( mw.config.get( 'wgIsMainPage' ) ) {
$( function () {
  $( function () {
  document.getElementById("searchInput").focus();
   document.getElementById("searchInput").focus();
});
  } );
}
匿名用户