diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-24 16:09:54 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-24 18:23:47 +0100 |
commit | 602f5b9e616745124c33b30996c2c787fe5bb29b (patch) | |
tree | 017b0911fc491444bf08661affa0ee7e430e6154 /www/js/app.js | |
parent | ae2ba28d09269e45be75aba66e0b3a9d609b67c2 (diff) |
turn transitions back off for Android as not a priority for the platform
Diffstat (limited to 'www/js/app.js')
-rw-r--r-- | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 57bc9b7..5c3b655 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -143,7 +143,7 @@ var tpl = { FMS.initialized = 1; tpl.loadTemplates( FMS.templates, function() { - if ( device.platform === 'Android' && parseInt(device.version, 10) < 4 ) { + if ( device.platform === 'Android' ) { $.mobile.defaultPageTransition = 'none'; } |