Skip to content
Snippets Groups Projects
Commit a4144043 authored by rnveach's avatar rnveach
Browse files

added trigger to redo selection text on a directory change

parent 90a41ef2
Branches
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment