added trigger to redo selection text on a directory change
This commit is contained in:
parent
90a41ef26a
commit
a41440436c
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ var FileList={
|
|||
Files.setupDragAndDrop();
|
||||
}
|
||||
FileList.updateFileSummary();
|
||||
procesSelection();
|
||||
|
||||
$fileList.trigger(jQuery.Event("updated"));
|
||||
},
|
||||
createRow:function(type, name, iconurl, linktarget, size, lastModified, permissions) {
|
||||
|
|
Loading…
Reference in a new issue