diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-15 08:14:02 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-15 08:14:02 -0400 |
| commit | cbc4c1c188e138040174ee9380c5ac264cf76cb5 (patch) | |
| tree | c952db4998d1801a20133723969956b343c5b5b2 /www | |
| parent | 5b1501766521b0c8685840f454793087021216d6 (diff) | |
for first time init, make sure we don't block
Diffstat (limited to 'www')
| -rwxr-xr-x | www/js/app.js | 1 |
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; |
