www

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

commit 9263cc450638c6b83f43c447499daca211f72f05
parent c91a420b1daf1f936aa6744efa7bcc3758f4f69b
Author: Peter Krautzberger <p.krautzberger@gmail.com>
Date:   Tue,  7 Apr 2015 08:58:53 +0200

simplify browser check

 as per @dpvc's suggestion

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.versionAtLeast("8.0")) ? true : false) + disabled: BROWSER.isMSIE && !BROWSER.versionAtLeast("8.0") }), //