Gazelle/static/functions/notifications.js
2011-03-28 15:21:28 +01:00

5 lines
171 B
JavaScript

function Clear(torrentid) {
ajax.get("?action=notify_clearitem&torrentid=" + torrentid + "&auth=" + authkey, function() {
$("#torrent" + torrentid).remove();
});
}