User:MusikAnimal/customWatchlists.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 62:
var customWatchlistNames = Object.keys(customWatchlists);
var html = "<p><label for='custom_watchlist_selector'>Custom list:</label>&nbsp;<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&hellip;\" item in the More menu.</p>"
for(var i=0; i < customWatchlistNames.length; i++) {
var listName = customWatchlistNames[i];
Line 86:
});
}, function() {
html += showCustomWatchlistsForm("<p>No custom watchlists yet! Go to a [[Special:Random|page]] and create a custom watchlist by clicking the \"Custom Watchlists&hellip;\" item in the More menu.</p>");
debugger;
});
} else if(wgNamespaceNumber >= 0) {