]> source.dussan.org Git - nextcloud-server.git/commitdiff
no file actions during upload
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 18 Sep 2013 21:06:48 +0000 (23:06 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 19 Sep 2013 15:34:16 +0000 (17:34 +0200)
apps/files/js/filelist.js

index bfeb647c937144a436d900fc73c9a7a1cdb297f7..40a4ae95c98ecc8b898e0a1a3d6b57cc9742ad3a 100644 (file)
@@ -109,7 +109,6 @@ var FileList={
                if (hidden) {
                        tr.hide();
                }
-               FileActions.display(tr.find('td.filename'));
                return tr;
        },
        addDir:function(name,size,lastModified,hidden){