diff options
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; +}); |