Explorar el Código

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

Signed-off-by: Bernd Stellwag <burned@zerties.org>
tags/v13.0.0beta1
Bernd Stellwag hace 6 años
padre
commit
844db3c891
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      apps/systemtags/js/systemtagsfilelist.js

+ 3
- 0
apps/systemtags/js/systemtagsfilelist.js Ver fichero

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

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

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

Cargando…
Cancelar
Guardar