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());