From b42dc6ef47150f793435bac621210df6d7faaadf Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 12 Oct 2009 05:31:48 -0600 Subject: [PATCH] Better IE6 detection --- imp/js/DimpCore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/DimpCore.js b/imp/js/DimpCore.js index 11d9cdc63..f273f1d5e 100644 --- a/imp/js/DimpCore.js +++ b/imp/js/DimpCore.js @@ -13,7 +13,7 @@ var DimpCore = { // DMenu, Growler, inAjaxCallback, is_init, is_logout, is_redirect, // onDoActionComplete growler_log: true, - is_ie6: false /*@cc_on || @_jscript_version < 5.7 @*/, + is_ie6: Prototype.Browser.IE && !window.XMLHttpRequest, server_error: 0, doActionOpts: { -- 2.11.0