diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-06-05 11:12:53 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-06-05 11:12:53 -0400 |
| commit | 73c0670d322c3adf316dbdb92f4ab0ea522eeaa5 (patch) | |
| tree | fb10cf06b5bb4a4da8c4eebd7ccfb8626d66881e /www/js | |
| parent | 5ce543ff08abdabd2176ed02b2fd298a7c6795ad (diff) | |
show mid
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 |
