diff --git a/jdots/js/egw_fw.js b/jdots/js/egw_fw.js index 6e9fbcdfef..754ec840ce 100644 --- a/jdots/js/egw_fw.js +++ b/jdots/js/egw_fw.js @@ -812,7 +812,7 @@ egw_fw.prototype.tzSelection = function(_tz) if (this.activeApp.browser) { - this.activeApp.browser.relode(); + this.activeApp.browser.reload(); } }