aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/mobile_config.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-02-28 17:03:06 +0000
committerStruan Donald <struan@exo.org.uk>2013-02-28 17:03:06 +0000
commitddcd2079efe426a2af4ce439f3710f5bdd328e6e (patch)
treece09d8f6ff5d3d48aa0d103e1c0c6b9470d7991a /www/js/mobile_config.js
parente481a7fd383e041cd6be4f262a4dcc40b3e5a744 (diff)
disable jquery mobile features that upset routing
Diffstat (limited to 'www/js/mobile_config.js')
-rw-r--r--www/js/mobile_config.js2
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';
});