diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-01-14 20:29:21 +0530 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-01-14 20:29:21 +0530 |
| commit | eefc5f735793fb72c3331d7c2fa026d36f29ffc8 (patch) | |
| tree | 59bd01438973c17d1023dd9953fba49cefe2818b /www/js/MonitorCtrl.js | |
| parent | 6b293fe8be3b14f3638f677945e8f07fd261684c (diff) | |
#886 add LZS compression, make AES an option in dev settings, fix error in AES crypt store - convert to string
Diffstat (limited to 'www/js/MonitorCtrl.js')
| -rw-r--r-- | www/js/MonitorCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index b396f5ee..1cd695b7 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -423,6 +423,7 @@ angular.module('zmApp.controllers') else { NVR.debug ("reporting status of monitors from multi-server API"); processMonitorStatus(); + } }, |
