added trigger to redo selection text on a directory change

remotes/origin/ldap_group_count
rnveach 11 years ago
parent 90a41ef26a
commit a41440436c
  1. 2
      apps/files/js/filelist.js

@ -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…
Cancel
Save