fix IE version check
This commit is contained in:
parent
95c00da5ea
commit
c91a420b1d
|
@ -42,7 +42,7 @@
|
||||||
color: "inherit!important",
|
color: "inherit!important",
|
||||||
updateTime: 30, updateDelay: 6,
|
updateTime: 30, updateDelay: 6,
|
||||||
messageStyle: "none",
|
messageStyle: "none",
|
||||||
disabled: ((BROWSER.isMSIE && BROWSER.version < 8) ? true : false)
|
disabled: ((BROWSER.isMSIE && !BROWSER.versionAtLeast("8.0")) ? true : false)
|
||||||
}),
|
}),
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user