User:MusikAnimal/customWatchlists.js: Difference between revisions

Content deleted Content added
v0.1.0
patch
Line 1:
// customWatchlists.js
// version 0.1.01
(function() {
$("head").append(importStylesheet("User:MusikAnimal/customWatchlists.css"));
Line 308:
$("#ca-add-to-cw").click(function() {
if($("#cw-overlay")[0]) return false;
getCustomWatchlists().then(setupCactionInterface,setupCactionInterface.bind(this, null, null));
});
}