diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-09-15 17:08:04 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-09-16 07:23:29 +0200 |
commit | e7e0cfe93d1e7050f35a4b78c9fc70dbe32ec397 (patch) | |
tree | 2881b0890133fdbb84b71db4100ec1239901f658 | |
parent | 6141ea12b1fbac1de2c5bc4c1f2b756b13d8034e (diff) | |
download | nextcloud-server-e7e0cfe93d1e7050f35a4b78c9fc70dbe32ec397.tar.gz nextcloud-server-e7e0cfe93d1e7050f35a4b78c9fc70dbe32ec397.zip |
Properly show sidebar when clicking on share button
-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 699df691bbc..23834fa44de 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -379,6 +379,7 @@ if (tabId) { this._detailsView.selectTab(tabId); } + OC.Apps.showAppSidebar(); }, /** |