From b4dc33d7c203c0b85bad526aad0b4f36d30d794c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 6 Mar 2020 10:31:50 -0500 Subject: wait for monitors to load in montage --- www/js/NVR.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/NVR.js') 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; }, -- cgit v1.2.3