diff options
author | Bernd Stellwag <burned@zerties.org> | 2017-10-18 19:55:30 +0200 |
---|---|---|
committer | Bernd Stellwag <burned@zerties.org> | 2017-10-27 17:32:00 +0200 |
commit | 8eb47de969dca4ce07aa9c219eaa2ff29efb536f (patch) | |
tree | 2045a77dd144d37a1a50fccd76a42f050aa74154 /apps | |
parent | bf3f86f1ff9340ae2c1d02bf399769322626ad6d (diff) | |
download | nextcloud-server-8eb47de969dca4ce07aa9c219eaa2ff29efb536f.tar.gz nextcloud-server-8eb47de969dca4ce07aa9c219eaa2ff29efb536f.zip |
bugfix: set/change page title when switching to file tags
Signed-off-by: Bernd Stellwag <burned@zerties.org>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/systemtags/js/systemtagsfilelist.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/systemtags/js/systemtagsfilelist.js b/apps/systemtags/js/systemtagsfilelist.js index a40eb548d9f..ad6bf7dd78d 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(); |