diff --git a/apps/files/js/gotoplugin.js b/apps/files/js/gotoplugin.js index f02fcc6e4dc5e..474acdab5872a 100644 --- a/apps/files/js/gotoplugin.js +++ b/apps/files/js/gotoplugin.js @@ -46,7 +46,7 @@ actionHandler: function (fileName, context) { var fileModel = context.fileInfoModel; OC.Apps.hideAppSidebar($('.detailsView')); - OCA.Files.App.setActiveView('files'); + OCA.Files.App.setActiveView('files', { silent: true }); OCA.Files.App.fileList.changeDirectory(fileModel.get('path'), true, true).then(function() { OCA.Files.App.fileList.scrollTo(fileModel.get('name')); });