diff options
author | Struan Donald <struan@exo.org.uk> | 2013-05-28 18:38:45 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-05-28 18:38:45 +0100 |
commit | f024f2d2756f1113a4c6eea67985208e68271b88 (patch) | |
tree | 79594f5981b0c7e6bb4d58af11e5e9271e7ee792 /www/js | |
parent | e34b7e7f6013950a395127e72f781cd491faa281 (diff) |
turn off more unwanted jquery mobile features
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/mobile_config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/mobile_config.js b/www/js/mobile_config.js index f16d3a4..8f530f4 100644 --- a/www/js/mobile_config.js +++ b/www/js/mobile_config.js @@ -2,6 +2,8 @@ $(document).bind("mobileinit", function(){ $.mobile.hashListeningEnabled = false; $.mobile.ajaxEnabled = false; $.mobile.linkBindingEnabled = false; + $.mobile.pushStateEnabled = false; $.mobile.ignoreContentEnabled = true; $.mobile.defaultPageTransition = 'slide'; + $.mobile.buttonMarkup.hoverDelay = 0; }); |