mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
second attempt to run less JS in IE
This commit is contained in:
@@ -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'};
|
||||
|
||||
Reference in New Issue
Block a user