diff options
Diffstat (limited to 'static/functions/notifications.js')
-rw-r--r-- | static/functions/notifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/functions/notifications.js b/static/functions/notifications.js index 8a8668a..ad5b36c 100644 --- a/static/functions/notifications.js +++ b/static/functions/notifications.js @@ -1,5 +1,5 @@ function Clear(torrentid) { - ajax.get("?action=notify_clearitem&torrentid=" + torrentid + "&auth=" + authkey, function() { + ajax.get("?action=notify_clear_item&torrentid=" + torrentid + "&auth=" + authkey, function() { $("#torrent" + torrentid).remove(); }); } |