From: Mitchell Livingston Date: Mon, 29 Oct 2012 22:14:46 +0000 (+0000) Subject: #5108 Multi-file torrent selection bug X-Git-Tag: 2.74~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96e77053b4f259888f675dd3061abcc0e6b0418a;p=transmission #5108 Multi-file torrent selection bug --- 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;