bugfix: set/change page title when switching to file tags

Signed-off-by: Bernd Stellwag <burned@zerties.org>
This commit is contained in:
Bernd Stellwag 2017-10-18 19:55:30 +02:00
parent bf3f86f1ff
commit 8eb47de969
1 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,9 @@
},
reload: function() {
// there is only root
this._setCurrentDir('/', false);
if (!this._systemTagIds.length) {
// don't reload
this.updateEmptyContent();