From cedf075cd0c3917856e5fab0c19a7c5067333950 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Benoi=CC=82t=20Pin?= <pin@cri.ensmp.fr>
Date: Mon, 26 May 2014 15:21:20 +0200
Subject: [PATCH] Ajout du flag isIE10max

---
 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 816a0a5..275ffb9 100755
--- a/epoz/epoz_core/epoz_script_detect.js.dtml
+++ b/epoz/epoz_core/epoz_script_detect.js.dtml
@@ -102,6 +102,7 @@ function BrowserDetect() {
    this.isIE6up = (this.isIE && this.versionMajor >= 6);
    this.isIE8max = (this.isIE && this.versionMajor <= 8);
    this.isIE10 = (this.isIE && this.versionMajor == 10);
+   this.isIE10max = (this.isIE && this.versionMajor <= 10);
    this.isIE11 = (this.isIE && this.versionMajor == 11);
    
    this.isIE4xMac = (this.isIE4x && this.isMac);
-- 
2.20.1