From e12f4a95372036c721467827829f60a68ef92048 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Mon, 11 Aug 2014 15:27:32 +0200 Subject: [PATCH] Ajout drapeaux isIE7max. --- epoz/epoz_core/epoz_script_detect.js.dtml | 1 + 1 file changed, 1 insertion(+) diff --git a/epoz/epoz_core/epoz_script_detect.js.dtml b/epoz/epoz_core/epoz_script_detect.js.dtml index 0867fc6..3d9216d 100644 --- a/epoz/epoz_core/epoz_script_detect.js.dtml +++ b/epoz/epoz_core/epoz_script_detect.js.dtml @@ -101,6 +101,7 @@ function BrowserDetect() { this.isIE5up = (this.isIE && this.versionMajor >= 5); this.isIE6x = (this.isIE && this.versionMajor == 6); this.isIE6up = (this.isIE && this.versionMajor >= 6); + this.isIE7max = (this.isIE && this.versionMajor <= 7); this.isIE8max = (this.isIE && this.versionMajor <= 8); this.isIE10 = (this.isIE && this.versionMajor == 10); this.isIE10max = (this.isIE && this.versionMajor <= 10); -- 2.20.1