Moved to ff 10 as required.
This commit is contained in:
parent
a75f0e6ce0
commit
e6e56a42dc
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ class App.Browser
|
|||
console.log('Browser not supported')
|
||||
return false
|
||||
|
||||
# disable Firefox 6 and older
|
||||
else if data.browser == 'Firefox' && data.version <= 6
|
||||
# disable Firefox 9 and older
|
||||
else if data.browser == 'Firefox' && data.version <= 9
|
||||
@message(data)
|
||||
console.log('Browser not supported')
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue