Web UI: Fix torrent deletion from IE

This commit is contained in:
Christophe Dumez
2011-10-02 00:53:00 +03:00
parent dae959a533
commit 46a3b382db
3 changed files with 3 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
}
}
var hashes = JSON.decode($get('hashes'));
var hashes = $get('hashes').split(',');
window.addEvent('domready', function(){
$('cancelBtn').focus();