diff options
Diffstat (limited to 'program')
| -rw-r--r-- | program/js/app.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/program/js/app.js b/program/js/app.js index 843854e5b..7191c0215 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -473,7 +473,7 @@ function rcube_webmail()            $('#rcmloginpwd').focus();          // detect client timezone -        if (window.jstz && !bw.ie6) { +        if (window.jstz) {            var timezone = jstz.determine();            if (timezone.name())              $('#rcmlogintz').val(timezone.name()); | 
