Browse Source

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

Signed-off-by: Bernd Stellwag <burned@zerties.org>
tags/v13.0.0beta1
Bernd Stellwag 6 years ago
parent
commit
844db3c891
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      apps/systemtags/js/systemtagsfilelist.js

+ 3
- 0
apps/systemtags/js/systemtagsfilelist.js View File

@@ -234,6 +234,9 @@
},

reload: function() {
// there is only root
this._setCurrentDir('/', false);

if (!this._systemTagIds.length) {
// don't reload
this.updateEmptyContent();

Loading…
Cancel
Save