From 5e226147aa08cbeb4c2cbe71f2158ee0375bff9a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 26 Oct 2020 14:22:55 -0400 Subject: try and fix and monkey patch case when monitors is a string... --- www/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index c2540b8e..38f36700 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -1915,9 +1915,10 @@ angular.module('zmApp', [ NVR.init(); zmCheckUpdates.start(); // NVR.log("Setting up POST LOGIN timer"); - setupPauseAndResume(); + + } } -- cgit v1.2.3