Content deleted Content added
MusikAnimal (talk | contribs) No edit summary |
MusikAnimal (talk | contribs) No edit summary |
||
Line 62:
var customWatchlistNames = Object.keys(customWatchlists);
var html = "<p><label for='custom_watchlist_selector'>Custom list:</label> <select id='custom_watchlist_selector'>";
html += "<p>No custom watchlists yet! Go to a [[Special:Random|page]] and create a custom watchlist by clicking the \"Custom Watchlists…\" item in the More menu.</p>"▼
for(var i=0; i < customWatchlistNames.length; i++) {
var listName = customWatchlistNames[i];
Line 86:
});
}, function() {
▲
});
} else if(wgNamespaceNumber >= 0) {
|