summaryrefslogtreecommitdiffstats
path: root/core/js/js.js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-02-12 14:50:23 +0100
committerVincent Petry <pvince81@owncloud.com>2014-04-28 14:55:00 +0200
commit9c2fbea6a4396a29ce8c966c9ea7646aa8fc9be5 (patch)
tree5ec4d52ab001b7078397bc676d8fdac6a3bfdde9 /core/js/js.js
parent9f62059efa869ff677130f06bf1b46be49950515 (diff)
downloadnextcloud-server-9c2fbea6a4396a29ce8c966c9ea7646aa8fc9be5.tar.gz
nextcloud-server-9c2fbea6a4396a29ce8c966c9ea7646aa8fc9be5.zip
Fix file selection for infinite scrolling
- moved file selection code to FileList - fix selection summary when all files are selected - nextPage now auto-selects files if "select all" checkbox is checked - fixed trashbin to use the same selection logic as FileList
Diffstat (limited to 'core/js/js.js')
-rw-r--r--core/js/js.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 325be6cdc53..27bc3c651e3 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1250,7 +1250,7 @@ function relative_modified_date(timestamp) {
}
/**
- * @todo Write documentation
+ * Utility functions
*/
OC.Util = {
// TODO: remove original functions from global namespace