1,558
次編輯
無編輯摘要 標籤:流動版編輯 流動版網頁編輯 |
無編輯摘要 |
||
| (未顯示同一使用者於中間所作的 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=" | '<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 | ||
*/ | |||