From b033a635bab86865604d93f0489f4f4421b03480 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 8 Mar 2019 14:36:50 -0500 Subject: fixes to make wizard use API first --- www/js/NVR.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www/js/NVR.js') diff --git a/www/js/NVR.js b/www/js/NVR.js index d37851cf..89002a5c 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -20,7 +20,7 @@ angular.module('zmApp.controllers') DO NOT TOUCH zmAppVersion It is changed by sync_version.sh */ - var zmAppVersion = "1.3.050"; + var zmAppVersion = "1.3.051"; var isBackground = false; var justResumed = false; var timeSinceResumed = -1; @@ -765,6 +765,8 @@ angular.module('zmApp.controllers') return latestBlogPostChecked; }, + + // This function is called when the app is ready to run // sets up various variables // including persistent login data for the ZM apis and portal @@ -1773,6 +1775,8 @@ angular.module('zmApp.controllers') }, + + //-------------------------------------------------------------------------- // writes all params to local storage. FIXME: Move all of this into a JSON // object @@ -1785,6 +1789,8 @@ angular.module('zmApp.controllers') }, + + //------------------------------------------------------- // returns API version or none //------------------------------------------------------- -- cgit v1.2.3