跳至內容

「MediaWiki:Minerva.js」:修訂間差異

增加 6 位元組 、​ 2025年4月6日 (星期日)
無編輯摘要
無編輯摘要
標籤流動版編輯 流動版網頁編輯
DC對話 | 貢獻
無編輯摘要
 
(未顯示同一使用者於中間所作的 3 次修訂)
第1行: 第1行:
/* All JavaScript here will be loaded for users of the MinervaNeue skin */
/* All JavaScript here will be loaded for users of the MinervaNeue skin
var timer = setInterval(function() {
var timer = setInterval(function() {
     if ($('.menu ul:first').length) {
     if ($('.menu ul:first').length) {
第5行: 第5行:
         clearInterval(timer);
         clearInterval(timer);
         $('.menu ul:first').after(
         $('.menu ul:first').after(
             '<ul class="level1"> \
             '<ul class="p-navigation"> \
                     <li class="toggle-list-item"> \
                     <li class="toggle-list-item"> \
                     <a class="toggle-list-item__anchor" href="/wiki/合眾百科" \
                     <a class="toggle-list-item__anchor" href="/wiki/合眾百科" \
第49行: 第49行:
     }
     }
}, 100); // check every 100ms
}, 100); // check every 100ms
*/
1,558

次編輯