diff options
Diffstat (limited to 'www/js/mobile_config.js')
-rw-r--r-- | www/js/mobile_config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/mobile_config.js b/www/js/mobile_config.js index ef96235..d208fd9 100644 --- a/www/js/mobile_config.js +++ b/www/js/mobile_config.js @@ -1,3 +1,4 @@ $(document).bind("mobileinit", function(){ $.mobile.ignoreContentEnabled = true; + $.mobile.defaultPageTransition = 'slide'; }); |