aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/mobile_config.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-10-03 15:07:08 +0100
committerDave Arter <davea@mysociety.org>2015-08-28 14:27:15 +0100
commita69d425c0e5c004145ac1ab70e2f7f9fc329b54c (patch)
tree8eb7ff0ff7aaa0fce8bc7214ec6e15b694fddbdc /src/js/mobile_config.js
parent8fd15b58733c51d7f001f9eac66b7d03830ec0b4 (diff)
update Android to Cordova 3.6
Required due to security issue Remove Android directory as no longer required, move src -> www to match standard layout, update .gitignore to avoid including the standard platform files, update README based on Steve's zurich one
Diffstat (limited to 'src/js/mobile_config.js')
-rw-r--r--src/js/mobile_config.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/js/mobile_config.js b/src/js/mobile_config.js
deleted file mode 100644
index 6d0f10a..0000000
--- a/src/js/mobile_config.js
+++ /dev/null
@@ -1,12 +0,0 @@
-$(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;
- // turn of scrollTop support as that stops annoying post
- // transition 1 px jumps on iOS
- $.support.scrollTop = 0;
-});