summaryrefslogtreecommitdiffstats
path: root/apps/files/js/detailsview.js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-09-22 15:28:48 +0200
committerVincent Petry <pvince81@owncloud.com>2015-09-22 15:28:48 +0200
commitfa725fba7362734d6f9fdd5acb6b5fe4f1aff0ca (patch)
treeafad34c640ccfb3f89fcb25e2ca375c8a0773a2a /apps/files/js/detailsview.js
parent762e7c3dd98790cecd99b98e3ecb9e488458a302 (diff)
downloadnextcloud-server-fa725fba7362734d6f9fdd5acb6b5fe4f1aff0ca.tar.gz
nextcloud-server-fa725fba7362734d6f9fdd5acb6b5fe4f1aff0ca.zip
Properly show sidebar for trash and sharing sections
Diffstat (limited to 'apps/files/js/detailsview.js')
-rw-r--r--apps/files/js/detailsview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/detailsview.js b/apps/files/js/detailsview.js
index 3a775c29ec6..b01f9cea610 100644
--- a/apps/files/js/detailsview.js
+++ b/apps/files/js/detailsview.js
@@ -84,7 +84,7 @@
},
_onClose: function(event) {
- OC.Apps.hideAppSidebar();
+ OC.Apps.hideAppSidebar(this.$el);
event.preventDefault();
},