mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Web UI: Fix torrent deletion from IE
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
var hashes = JSON.decode($get('hashes'));
|
||||
var hashes = $get('hashes').split(',');
|
||||
|
||||
window.addEvent('domready', function(){
|
||||
$('cancelBtn').focus();
|
||||
|
||||
Reference in New Issue
Block a user