simplify browser check
as per @dpvc's suggestion
This commit is contained in:
parent
c91a420b1d
commit
9263cc4506
|
@ -42,7 +42,7 @@
|
|||
color: "inherit!important",
|
||||
updateTime: 30, updateDelay: 6,
|
||||
messageStyle: "none",
|
||||
disabled: ((BROWSER.isMSIE && !BROWSER.versionAtLeast("8.0")) ? true : false)
|
||||
disabled: BROWSER.isMSIE && !BROWSER.versionAtLeast("8.0")
|
||||
}),
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user