summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-09-15 17:08:04 +0200
committerVincent Petry <pvince81@owncloud.com>2015-09-16 07:23:29 +0200
commite7e0cfe93d1e7050f35a4b78c9fc70dbe32ec397 (patch)
tree2881b0890133fdbb84b71db4100ec1239901f658
parent6141ea12b1fbac1de2c5bc4c1f2b756b13d8034e (diff)
downloadnextcloud-server-e7e0cfe93d1e7050f35a4b78c9fc70dbe32ec397.tar.gz
nextcloud-server-e7e0cfe93d1e7050f35a4b78c9fc70dbe32ec397.zip
Properly show sidebar when clicking on share button
-rw-r--r--apps/files/js/filelist.js1
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();
},
/**