update file summary on ajax file list load

This commit is contained in:
Thomas Müller 2013-08-29 01:17:04 +02:00 committed by Vincent Petry
parent 4e751cbb47
commit 4ab5e58e02
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ var FileList={
if (window.Files){
Files.setupDragAndDrop();
}
FileList.updateFileSummary();
$fileList.trigger(jQuery.Event("updated"));
},
createRow:function(type, name, iconurl, linktarget, size, lastModified, permissions){