Skip to content

Commit

Permalink
fix IE version check
Browse files Browse the repository at this point in the history
  • Loading branch information
pkra authored and dpvc committed Apr 15, 2015
1 parent 95c00da commit c91a420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unpacked/extensions/CHTML-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
color: "inherit!important",
updateTime: 30, updateDelay: 6,
messageStyle: "none",
disabled: ((BROWSER.isMSIE && BROWSER.version < 8) ? true : false)
disabled: ((BROWSER.isMSIE && !BROWSER.versionAtLeast("8.0")) ? true : false)
}),

//
Expand Down

0 comments on commit c91a420

Please sign in to comment.