User:MusikAnimal/customWatchlists.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 58:
var setupCactionInterface = function(data) {
var customWatchlists = data ? JSON.parse(data.split("\n")[0]) : {};
debugger;
var customWatchlistscustomWatchlistNames = JSONObject.parsekeys(data.split("\n")[0]customWatchlists),
customWatchlistNames = Object.keys(customWatchlists),
inWatchlists = [];