מדיה ויקי:Gadget-wikibugs-patrol.js: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 44: | שורה 44: | ||
} else { | } else { | ||
if (sectionText.indexOf('{{#lst:')!=-1) { | if (sectionText.indexOf('{{#lst:')!=-1) { | ||
removeSection(sectionNum, basetimestamp ,data.curtimestamp, 'ארכוב'); | removeSection(sectionNum, basetimestamp ,data.curtimestamp, '/* '+ articleName +' */ ארכוב'); | ||
} else { | } else { | ||
archiveToTalk(articleName, summ, sectionText).done(function(){removeSection(sectionNum, basetimestamp ,data.curtimestamp, 'ארכוב'); }); | archiveToTalk(articleName, summ, sectionText).done(function(){removeSection(sectionNum, basetimestamp ,data.curtimestamp, '/* '+ articleName +' */ ארכוב'); }); | ||
} | } | ||
} | } | ||