「MediaWiki:Gadget-AddBackToc.js」の版間の差分
細 miss |
処理方法を改良 |
||
| (同じ利用者による、間の1版が非表示) | |||
| 1行目: | 1行目: | ||
$('# | if($('#toc').size()){ | ||
$('.mw-headline').parent('h2,h3,h4,h5,h6').append(' <span class="backtoc">[<a href="#toc">目次に戻る</a>]</span>'); | |||
} | |||
細 miss |
処理方法を改良 |
||
| (同じ利用者による、間の1版が非表示) | |||
| 1行目: | 1行目: | ||
$('# | if($('#toc').size()){ | ||
$('.mw-headline').parent('h2,h3,h4,h5,h6').append(' <span class="backtoc">[<a href="#toc">目次に戻る</a>]</span>'); | |||
} | |||