www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c91a420b1daf1f936aa6744efa7bcc3758f4f69b
parent 95c00da5ea1cd0372632238a775668c005e0d2fc
Author: Peter Krautzberger <p.krautzberger@gmail.com>
Date:   Tue, 31 Mar 2015 09:38:54 +0200

fix IE version check

Diffstat:
Munpacked/extensions/CHTML-preview.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/extensions/CHTML-preview.js b/unpacked/extensions/CHTML-preview.js @@ -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) }), //