diff --git a/index.html b/index.html index ccda752..311adb4 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,22 @@ - - + + diff --git a/js/app/bootstrap.js b/js/app/bootstrap.js index 982f265..2ee794b 100644 --- a/js/app/bootstrap.js +++ b/js/app/bootstrap.js @@ -3,7 +3,7 @@ var jqm_mobile_init = false; var initApp = function() { - if (device_ready && jqm_mobile_init) { + if ((device_ready && jqm_mobile_init) || (jqm_mobile_init && !mobile_system)) { startApp(); } };