diff options
| author | = <=> | 2019-03-08 14:36:50 -0500 |
|---|---|---|
| committer | = <=> | 2019-03-08 14:36:50 -0500 |
| commit | b033a635bab86865604d93f0489f4f4421b03480 (patch) | |
| tree | 1730d84a2b2c310b643f788b0795b6966ab7df4a /www/js/NVR.js | |
| parent | b51d338b6d8ca5d0e9303edc1f9b9d9f21551bc2 (diff) | |
fixes to make wizard use API first
Diffstat (limited to 'www/js/NVR.js')
| -rw-r--r-- | www/js/NVR.js | 8 |
1 files changed, 7 insertions, 1 deletions
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 //------------------------------------------------------- |
