summaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorBernd Stellwag <burned@zerties.org>2017-10-18 19:51:40 +0200
committerBernd Stellwag <burned@zerties.org>2017-10-27 15:23:39 +0200
commit3e3e4899fa2ae5a35ea4db9e526c49b93d02d613 (patch)
tree2c8925240f1e95fed1efa31242f546613b88fbe9 /apps/files/js
parentbea04d12d5a9ae8653277fc6379468d990f397ea (diff)
downloadnextcloud-server-3e3e4899fa2ae5a35ea4db9e526c49b93d02d613.tar.gz
nextcloud-server-3e3e4899fa2ae5a35ea4db9e526c49b93d02d613.zip
bugfix: set/change page title when switching to filelist
Signed-off-by: Bernd Stellwag <burned@zerties.org>
Diffstat (limited to 'apps/files/js')
-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 cc23ac73979..395490d3553 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -1673,6 +1673,7 @@
// close sidebar
this._updateDetailsView(null);
}
+ this._setCurrentDir(this.getCurrentDirectory(), false);
var callBack = this.reloadCallback.bind(this);
return this._reloadCall.then(callBack, callBack);
},