From 361a919424d3a226f58a682019dc219c67085cf4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 12 Apr 2014 15:26:08 +0200 Subject: [PATCH] Remove last check for IE6 --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());