no file actions during upload

This commit is contained in:
Thomas Müller 2013-09-18 23:06:48 +02:00
parent 20a43d1982
commit 3c0e93e220
1 changed files with 0 additions and 1 deletions

View File

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