From 96e77053b4f259888f675dd3061abcc0e6b0418a Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 29 Oct 2012 22:14:46 +0000 Subject: [PATCH] #5108 Multi-file torrent selection bug --- web/javascript/file-row.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/javascript/file-row.js b/web/javascript/file-row.js index 307cd9cdc..ba9731a81 100644 --- a/web/javascript/file-row.js +++ b/web/javascript/file-row.js @@ -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; -- 2.40.0