Ajout drapeaux isIE7max. master
authorBenoît Pin <benoit.pin@gmail.com>
Mon, 11 Aug 2014 13:27:32 +0000 (15:27 +0200)
committerBenoît Pin <benoit.pin@gmail.com>
Mon, 11 Aug 2014 13:27:32 +0000 (15:27 +0200)
epoz/epoz_core/epoz_script_detect.js.dtml

index 0867fc6..3d9216d 100644 (file)
@@ -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);