diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-24 17:06:20 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-24 17:06:20 +0100 |
commit | 66716546083cd94a356e762f91f0836327b9db2a (patch) | |
tree | 10f5e303067f8a932f20bcee8c8acbde1c512a2f /www/js/mobile_config.js | |
parent | 52f6b49342122d1348f24f1b97e3acd7015c2b81 (diff) |
Work in progress converstion to use Jquery mobile
Problem submission doesn't work yet and still some
look and feel work to be done
Diffstat (limited to 'www/js/mobile_config.js')
-rw-r--r-- | www/js/mobile_config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/mobile_config.js b/www/js/mobile_config.js new file mode 100644 index 0000000..ef96235 --- /dev/null +++ b/www/js/mobile_config.js @@ -0,0 +1,3 @@ +$(document).bind("mobileinit", function(){ + $.mobile.ignoreContentEnabled = true; +}); |