diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-03-06 10:31:50 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-03-06 10:31:50 -0500 |
| commit | b4dc33d7c203c0b85bad526aad0b4f36d30d794c (patch) | |
| tree | 5912c07170c3c6c57c90842968044ffeac988ca6 /www/js/NVR.js | |
| parent | 14f8eefe7e7d1157b47019f3ccd5ebb5bf19dc28 (diff) | |
wait for monitors to load in montage
Diffstat (limited to 'www/js/NVR.js')
| -rw-r--r-- | www/js/NVR.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js index ef94d5b3..48745f99 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -2706,6 +2706,7 @@ angular.module('zmApp.controllers') // send the right list of monitors after registration // token getMonitorsNow: function () { + debug ('getMonitorsNow: returning '+monitors.length+' monitors'); return monitors; }, |
