mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fixed typo causing timezone selection not to reload window
This commit is contained in:
parent
8c752fbacf
commit
b18b8f8565
@ -812,7 +812,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