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

@@ -160,7 +160,7 @@ initializeWindows = function(){
id: 'confirmDeletionPage',
title: "_(Deletion confirmation - qBittorrent)",
loadMethod: 'iframe',
contentURL:'confirmdeletion.html?hashes='+JSON.encode(h),
contentURL:'confirmdeletion.html?hashes='+h.join(','),
scrollbars: false,
resizable: false,
maximizable: false,