Widget:TalkToc:修订间差异
跳到导航
跳到搜索
无编辑摘要
imported>=海豚= 无编辑摘要 |
imported>=海豚= 无编辑摘要 |
||
第135行: | 第135行: | ||
containers.first().before('<' + 'div id="talkTocBox"><' + 'table><' + '/table><' + '/div>'); | containers.first().before('<' + 'div id="talkTocBox"><' + 'table><' + '/table><' + '/div>'); | ||
var self = $('#talkTocBox table'), | var self = $('#talkTocBox table'), | ||
self.append('<' + 'tbody/>'); | |||
containers.not('.savedDiscussion').each(function(i) { | containers.not('.savedDiscussion').each(function(i) { | ||
if (i % 4 === 0) self.find('tbody:last').append('<' + 'tr/>'); | if (i % 4 === 0) self.find('tbody:last').append('<' + 'tr/>'); |