From d98b9e443ac99758402e0685c67f25d9de28e8b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Sat, 24 May 2014 15:04:24 +0200 Subject: [PATCH] Ajout drapeau isIE8max. --- 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 e29479e..f396f51 100755 --- a/epoz/epoz_core/epoz_script_detect.js.dtml +++ b/epoz/epoz_core/epoz_script_detect.js.dtml @@ -95,6 +95,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.isIE8max = (this.isIE && this.versionMajor <= 8); this.isIE4xMac = (this.isIE4x && this.isMac); } -- 2.20.1