From cbc4c1c188e138040174ee9380c5ac264cf76cb5 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 15 May 2020 08:14:02 -0400 Subject: for first time init, make sure we don't block --- www/js/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/app.js') 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; -- cgit v1.2.3