Moved to ff 10 as required.

This commit is contained in:
Martin Edenhofer 2013-08-11 10:57:34 +02:00
parent a75f0e6ce0
commit e6e56a42dc

View file

@ -14,8 +14,8 @@ class App.Browser
console.log('Browser not supported') console.log('Browser not supported')
return false return false
# disable Firefox 6 and older # disable Firefox 9 and older
else if data.browser == 'Firefox' && data.version <= 6 else if data.browser == 'Firefox' && data.version <= 9
@message(data) @message(data)
console.log('Browser not supported') console.log('Browser not supported')
return false return false