diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-10-27 17:12:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 17:12:47 +0200 |
commit | 1f19a45a8815460b5c1e0c50c017e2671e87c58f (patch) | |
tree | 634143c01580893f260c6f5fb5afeb89234bd27b /apps/files/js/filelist.js | |
parent | 7a4c0c668baef6fe86b6131444cab122a4b3b374 (diff) | |
parent | 844db3c891c10d575728742eef69945c807c9472 (diff) | |
download | nextcloud-server-1f19a45a8815460b5c1e0c50c017e2671e87c58f.tar.gz nextcloud-server-1f19a45a8815460b5c1e0c50c017e2671e87c58f.zip |
Merge pull request #6869 from burned42/6307-fix_page_title_not_changed
#6307 fix page title not changed
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r-- | apps/files/js/filelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 0d45c29b25a..4790afcf4d0 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -1685,6 +1685,7 @@ // close sidebar this._updateDetailsView(null); } + this._setCurrentDir(this.getCurrentDirectory(), false); var callBack = this.reloadCallback.bind(this); return this._reloadCall.then(callBack, callBack); }, |