aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-06-08 16:42:43 +0200
committerLukas Reschke <lukas@statuscode.ch>2017-06-13 11:17:42 +0200
commit0554dba69eeb7caff308caf914331e80ed14380c (patch)
tree363ba815db5daea25fa396e204d798cafd8711f2 /apps/files/js
parentc46422b780621d5ac700e7ca2f6ddf7b1386482f (diff)
downloadnextcloud-server-0554dba69eeb7caff308caf914331e80ed14380c.tar.gz
nextcloud-server-0554dba69eeb7caff308caf914331e80ed14380c.zip
Add quota to the files view
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/app.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/js/app.js b/apps/files/js/app.js
index d46a0b8f9df..5f1bf1a7b1e 100644
--- a/apps/files/js/app.js
+++ b/apps/files/js/app.js
@@ -108,6 +108,10 @@
// trigger URL change event handlers
this._onPopState(urlParams);
+ $('#quota.has-tooltip').tooltip({
+ placement: 'bottom'
+ });
+
this._debouncedPersistShowHiddenFilesState = _.debounce(this._persistShowHiddenFilesState, 1200);
},