浏览代码

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 年前
父节点
当前提交
844db3c891
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      apps/systemtags/js/systemtagsfilelist.js

+ 3
- 0
apps/systemtags/js/systemtagsfilelist.js 查看文件

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

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

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

正在加载...
取消
保存