Content deleted Content added
MusikAnimal (talk | contribs) No edit summary |
MusikAnimal (talk | contribs) No edit summary |
||
Line 42:
var matches = $.grep(data.query.watchlist, function(el){
var mwName = new mw.Title(el.title);
return pages.indexOf(mwName.getNamespacePrefix()+mwName.
});
for(var i=0; i<matches.length; i++) {
Line 52:
var showCustomWatchlistsForm = function(appendHtml) {
var html = "<form id='custom_watchlist_form'><fieldset
"<legend>Custom watchlists</legend>" + appendHtml;
$("#mw-watchlist-form").after(html);
Line 73:
"<span class='closer-x' onclick=\"$('#cw-overlay').remove();\"></span>" +
"</div>" +
"<div
for(var i=0; i < customWatchlistNames.length; i++) {
|