diff --git a/app/www/static/js/intval.core.js b/app/www/static/js/intval.core.js index 1aafceb..a43fb4d 100644 --- a/app/www/static/js/intval.core.js +++ b/app/www/static/js/intval.core.js @@ -173,7 +173,7 @@ var setState = function (res) { if (res.sequence == true) { STATE.sequence = true; - mobile.ble.active = true; + if (mobile.ble) mobile.ble.active = true; seqState(true); } };