summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-05-15 08:14:02 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-05-15 08:14:02 -0400
commitcbc4c1c188e138040174ee9380c5ac264cf76cb5 (patch)
treec952db4998d1801a20133723969956b343c5b5b2
parent5b1501766521b0c8685840f454793087021216d6 (diff)
for first time init, make sure we don't block
-rwxr-xr-xwww/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index eefaa7e5..baf51648 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1832,6 +1832,7 @@ angular.module('zmApp', [
NVR.debug("isFirstUse returned: " + val);
if (val == null || val == true) {
NVR.log("First time detected ");
+ $rootScope.initComplete = true;
$state.go("app.first-use");
return;