diff options
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/NVR.js | 2 | ||||
| -rw-r--r-- | www/js/TimelineCtrl.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js index 8166a1de..80f50a66 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.057"; + var zmAppVersion = "1.3.060"; var isBackground = false; var justResumed = false; var timeSinceResumed = -1; diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index 524f1dcc..4eae804b 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -1022,7 +1022,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla function noop() { - }; + } //------------------------------------------------- // This function draws the graph |
