mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 16:42:30 -06:00
WebUI: Fix deleting torrents
Fix possible showing "qBittorrent client is not reachable" message on deleting torrents.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
window.parent.closeWindows();
|
||||
});
|
||||
$('confirmBtn').addEvent('click', function(e){
|
||||
parent.torrentsTable.deselectAll();
|
||||
new Event(e).stop();
|
||||
var cmd = 'command/delete';
|
||||
if($('deleteFromDiskCB').get('checked'))
|
||||
|
||||
Reference in New Issue
Block a user