second attempt to run less JS in IE

This commit is contained in:
Mark Pilgrim
2009-10-24 17:07:43 -04:00
parent 18f81041e2
commit 86eb093f2d
+1 -1
View File
@@ -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'};