#5108 Multi-file torrent selection bug

This commit is contained in:
Mitchell Livingston
2012-10-29 22:14:46 +00:00
parent 809bd8e788
commit 96e77053b4

View File

@@ -107,7 +107,7 @@ function FileRow(torrent, depth, name, indices, even)
},
isEditable = function () {
return (fields.torrent.getFileCount()>1) && !isDone();
};
},
createRow = function(torrent, depth, name, even) {
var e, root, box;