diff options
author | Git <git@what.cd> | 2012-10-27 08:00:09 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2012-10-27 08:00:09 +0000 |
commit | ac74044ec272101a730c5735b76b5ec8f5df9ca5 (patch) | |
tree | 6e2067111e2d5a3a1e0fcb1f985fec4ff74d8c55 /static/functions/notifications.js | |
parent | 7d8e070bf839a73e8d2d058feceda42ba7fa0563 (diff) | |
download | Gazelle-ac74044ec272101a730c5735b76b5ec8f5df9ca5.zip Gazelle-ac74044ec272101a730c5735b76b5ec8f5df9ca5.tar.gz Gazelle-ac74044ec272101a730c5735b76b5ec8f5df9ca5.tar.bz2 |
Empty commit
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(); }); } |