diff options
author | Struan Donald <struan@exo.org.uk> | 2013-02-28 17:03:06 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-02-28 17:03:06 +0000 |
commit | ddcd2079efe426a2af4ce439f3710f5bdd328e6e (patch) | |
tree | ce09d8f6ff5d3d48aa0d103e1c0c6b9470d7991a /www/js/mobile_config.js | |
parent | e481a7fd383e041cd6be4f262a4dcc40b3e5a744 (diff) |
disable jquery mobile features that upset routing
Diffstat (limited to 'www/js/mobile_config.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 d208fd9..06140be 100644 --- a/www/js/mobile_config.js +++ b/www/js/mobile_config.js @@ -1,4 +1,6 @@ $(document).bind("mobileinit", function(){ + $.mobile.hashListeningEnabled = false; + $.mobile.ajaxEnabled = false; $.mobile.ignoreContentEnabled = true; $.mobile.defaultPageTransition = 'slide'; }); |