mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
fixed typo causing timezone selection not to reload window
This commit is contained in:
parent
e09430986b
commit
fea3d080bf
@ -830,7 +830,7 @@ egw_fw.prototype.tzSelection = function(_tz)
|
||||
|
||||
if (this.activeApp.browser)
|
||||
{
|
||||
this.activeApp.browser.relode();
|
||||
this.activeApp.browser.reload();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user