User:MusikAnimal/customWatchlists.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 58:
var setupCactionInterface = function(data) {
debugger;
var customWatchlists = JSON.parse(data.split("\n")[0]),
customWatchlistNames = Object.keys(customWatchlists),
Line 226 ⟶ 225:
$("#ca-add-to-cw").click(function() {
if($("#cw-overlay")[0]) return false;
getCustomWatchlists().then(setupCactionInterface.bind(true),setupCactionInterface.bind(false));
});
}