summaryrefslogtreecommitdiff
path: root/www/js/NVR.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/NVR.js')
-rw-r--r--www/js/NVR.js8
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
//-------------------------------------------------------