User:Irukaza/common.js:修订间差异

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>Irukaza
(以“if ( mw.config.get( 'wgIsMainPage' ) ) { $( function () { document.getElementById("searchInput").focus(); } ); }”替换内容)
imported>Irukaza
无编辑摘要
第1行: 第1行:
if ( mw.config.get( 'wgIsMainPage' ) ) {
 
   $( function () {
   $( function () {
    document.getElementById("searchInput").focus();
    document.getElementById("searchInput").focus();
   } );
   } );
}

2022年1月31日 (一) 00:26的版本

  $( function () {
    document.getElementById("searchInput").focus();
  } );