mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
5 lines
171 B
JavaScript
5 lines
171 B
JavaScript
function Clear(torrentid) {
|
|
ajax.get("?action=notify_clearitem&torrentid=" + torrentid + "&auth=" + authkey, function() {
|
|
$("#torrent" + torrentid).remove();
|
|
});
|
|
} |