summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-09-18 23:06:48 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-09-18 23:06:48 +0200
commit3c0e93e220f734e8d08ab60b84c5f0577a2d6b6d (patch)
tree68f116705be2a9639cb25e2f61127d2a15614924 /apps
parent20a43d1982188cee9fed5342ad5ade0a3d21d0f9 (diff)
downloadnextcloud-server-3c0e93e220f734e8d08ab60b84c5f0577a2d6b6d.tar.gz
nextcloud-server-3c0e93e220f734e8d08ab60b84c5f0577a2d6b6d.zip
no file actions during upload
Diffstat (limited to 'apps')
-rw-r--r--apps/files/js/filelist.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index fe8b1c55912..33fde01bebb 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -130,7 +130,6 @@ var FileList={
if (hidden) {
tr.hide();
}
- FileActions.display(tr.find('td.filename'));
return tr;
},
addDir:function(name,size,lastModified,hidden){