summaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-03 18:09:48 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-18 13:44:05 +0200
commite704899e2229428c7da1a247409794f7462ec34d (patch)
tree9b1040c56097e3823958e4a7decb7711dfa252ab /apps/files/js
parent2a42a8da3e3dfa6edf04feaf6f05f87fa4d3969b (diff)
downloadnextcloud-server-e704899e2229428c7da1a247409794f7462ec34d.tar.gz
nextcloud-server-e704899e2229428c7da1a247409794f7462ec34d.zip
Show view toggle in controls bar
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/filelist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 2f61fe71db2..441b8f0a12f 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -328,7 +328,7 @@
this.$el.find('thead th .columntitle').click(_.bind(this._onClickHeader, this));
// Toggle for grid view
- $('#view-button').on('click', this._onGridToggle);
+ $('#view-toggle').on('click', this._onGridToggle);
this._onResize = _.debounce(_.bind(this._onResize, this), 250);
$('#app-content').on('appresized', this._onResize);