From 361a919424d3a226f58a682019dc219c67085cf4 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 12 Apr 2014 09:26:08 -0400
Subject: [PATCH] Remove last check for IE6

---
 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 843854e..7191c02 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -473,7 +473,7 @@
           $('#rcmloginpwd').focus();
 
         // detect client timezone
-        if (window.jstz && !bw.ie6) {
+        if (window.jstz) {
           var timezone = jstz.determine();
           if (timezone.name())
             $('#rcmlogintz').val(timezone.name());

--
Gitblit v1.9.1