aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/mobile_config.js
diff options
context:
space:
mode:
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';
});