projects
/
Epoz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
517e9ef
)
Ajout drapeaux isIE7max.
master
author
Benoît Pin
<benoit.pin@gmail.com>
Mon, 11 Aug 2014 13:27:32 +0000
(15:27 +0200)
committer
Benoî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
patch
|
blob
|
history
diff --git
a/epoz/epoz_core/epoz_script_detect.js.dtml
b/epoz/epoz_core/epoz_script_detect.js.dtml
index
0867fc6
..
3d9216d
100644
(file)
--- 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);