From e704899e2229428c7da1a247409794f7462ec34d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 3 Oct 2018 18:09:48 +0200 Subject: Show view toggle in controls bar Signed-off-by: Jan-Christoph Borchardt --- apps/files/js/filelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/js/filelist.js') 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); -- cgit v1.2.3