]> granicus.if.org Git - transmission/commitdiff
#5108 Multi-file torrent selection bug
authorMitchell Livingston <livings124@transmissionbt.com>
Mon, 29 Oct 2012 22:14:46 +0000 (22:14 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Mon, 29 Oct 2012 22:14:46 +0000 (22:14 +0000)
web/javascript/file-row.js

index 307cd9cdcdabe31a087de72ce5daf7eac89958b0..ba9731a811738cf80a5beccc0323887cb400c195 100644 (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;