update file summary on ajax file list load
This commit is contained in:
parent
4e751cbb47
commit
4ab5e58e02
|
@ -19,6 +19,7 @@ var FileList={
|
||||||
if (window.Files){
|
if (window.Files){
|
||||||
Files.setupDragAndDrop();
|
Files.setupDragAndDrop();
|
||||||
}
|
}
|
||||||
|
FileList.updateFileSummary();
|
||||||
$fileList.trigger(jQuery.Event("updated"));
|
$fileList.trigger(jQuery.Event("updated"));
|
||||||
},
|
},
|
||||||
createRow:function(type, name, iconurl, linktarget, size, lastModified, permissions){
|
createRow:function(type, name, iconurl, linktarget, size, lastModified, permissions){
|
||||||
|
|
Loading…
Reference in New Issue