diff --git a/www/js/index.js b/www/js/index.js index 700a7df..e08de1d 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -212,12 +212,12 @@ var app = { case Connection.WIFI: case Connection.CELL_4G: case Connection.CELL_3G: - case Connection.CELL_2G: app.online = true; if(typeof resolve === "function"){ resolve(); } break; + case Connection.CELL_2G: case Connection.NONE: case Connection.UNKNOWN: default: