aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r--apps/files/js/filelist.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 2af5be73d96..151c70bfce1 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -305,7 +305,7 @@
permissions: OC.PERMISSION_READ,
actionHandler: function(fileName, context) {
self._updateDetailsView(fileName);
- OC.Apps.showAppSidebar();
+ OC.Apps.showAppSidebar(self._detailsView.$el);
}
});
}
@@ -380,7 +380,7 @@
if (tabId) {
this._detailsView.selectTab(tabId);
}
- OC.Apps.showAppSidebar();
+ OC.Apps.showAppSidebar(this._detailsView.$el);
},
/**