User:MusikAnimal/customWatchlists.js: Difference between revisions

Content deleted Content added
No edit summary
fix bug when adding talk pages
Line 118:
for(var wl in customWatchlists) {
if(customWatchlists[wl].indexOf(pageName.replace("_talk:",":").replace("Talk:",":")) !== -1) {
inWatchlists.push(wl);
}