From 86eb093f2d4030686fde427d854f89074e6828f5 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Sat, 24 Oct 2009 17:07:43 -0400 Subject: [PATCH] second attempt to run less JS in IE --- j/dip3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/j/dip3.js b/j/dip3.js index 52b5417..33c38dd 100644 --- a/j/dip3.js +++ b/j/dip3.js @@ -164,7 +164,7 @@ $(document).ready(function() { $(this).css({'position':'static','width':'auto','height':'auto'}); }); - if (!/*@cc_on!@*/0) { + if (!$.browser.msie) { /* synchronized highlighting on callouts and their associated lines within code & screen blocks */ var hip = {'background-color':'#eee','cursor':'default'}; var unhip = {'background-color':'inherit','cursor':'inherit'};