[Pkg-owncloud-commits] [owncloud] 07/42: added trigger to redo selection text on a directory change
David Prévot
taffit at moszumanska.debian.org
Wed Jan 22 21:21:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit c4c5e34110ee811a6e73af6addfae30aa59adb3b
Author: rnveach <rveach02 at gmail.com>
Date: Fri Jan 17 11:49:00 2014 -0500
added trigger to redo selection text on a directory change
---
apps/files/js/filelist.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 30aea9c..66968ab 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -27,6 +27,8 @@ var FileList={
Files.setupDragAndDrop();
}
FileList.updateFileSummary();
+ procesSelection();
+
$fileList.trigger(jQuery.Event("updated"));
},
createRow:function(type, name, iconurl, linktarget, size, lastModified, permissions) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list