diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-31 19:41:35 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-31 19:41:35 -0400 |
| commit | 326c2fa79cc6538e4352398ee1aba0f102c4cd75 (patch) | |
| tree | b1be9582667df1f7936e603876f404bcc079d80f | |
| parent | 38aecc45c37dbaf35a0523f3e8a880570b64f47a (diff) | |
#733 typo
| -rw-r--r-- | www/js/MonitorCtrl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index 6008a4a0..d4620cd3 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -416,6 +416,7 @@ angular.module('zmApp.controllers') function monitorStateCheck() { + // console.log ("Checking monitors"); var ld = NVRDataModel.getLogin(); // force get for latest status of monitors if av. NVRDataModel.getMonitors(1) @@ -435,7 +436,7 @@ angular.module('zmApp.controllers') function (err) { NVRDataModel.debug ("Monitor fetch error, reverting to daemonCheck..."); forceDaemonCheck(); - }) + }); } |
