From b18b8f85658f611287df345a947469d1ef6a9e12 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 9 Oct 2011 15:56:58 +0000 Subject: [PATCH] fixed typo causing timezone selection not to reload window --- jdots/js/egw_fw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }