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