diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-10-04 15:17:24 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-18 13:44:07 +0200 |
commit | 872b866a694e991671230857b30c36888234ca53 (patch) | |
tree | 0579aa676a1aba3f707d6a50f1dabc9e95043165 /apps/files/js/filelist.js | |
parent | c4cce1413487f5a0e870dd2139a4c624a97981fd (diff) | |
download | nextcloud-server-872b866a694e991671230857b30c36888234ca53.tar.gz nextcloud-server-872b866a694e991671230857b30c36888234ca53.zip |
Tooltip
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r-- | apps/files/js/filelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 357b1b06016..65d26545412 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -330,6 +330,7 @@ // Toggle for grid view this.$showGridView = $('input#showgridview'); this.$showGridView.on('change', _.bind(this._onGridviewChange, this)); + $('#view-toggle').tooltip({placement: 'bottom'}); this._onResize = _.debounce(_.bind(this._onResize, this), 250); $('#app-content').on('appresized', this._onResize); |