Gazelle/static/functions/notifications.js

5 lines
171 B
JavaScript
Raw Normal View History

2011-03-28 14:21:28 +00:00
function Clear(torrentid) {
ajax.get("?action=notify_clearitem&torrentid=" + torrentid + "&auth=" + authkey, function() {
$("#torrent" + torrentid).remove();
});
}