From 844db3c891c10d575728742eef69945c807c9472 Mon Sep 17 00:00:00 2001 From: Bernd Stellwag Date: Wed, 18 Oct 2017 19:55:30 +0200 Subject: [PATCH] bugfix: set/change page title when switching to file tags Signed-off-by: Bernd Stellwag --- apps/systemtags/js/systemtagsfilelist.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/systemtags/js/systemtagsfilelist.js b/apps/systemtags/js/systemtagsfilelist.js index a40eb548d9..ad6bf7dd78 100644 --- a/apps/systemtags/js/systemtagsfilelist.js +++ b/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();