diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-10-26 14:22:55 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-10-26 14:22:55 -0400 |
| commit | 5e226147aa08cbeb4c2cbe71f2158ee0375bff9a (patch) | |
| tree | 55c90989debac6d243d734da3416448dca2504f2 /www/js/app.js | |
| parent | 1c76c86d61037233f333ab7ef4e09883f87443c8 (diff) | |
try and fix and monkey patch case when monitors is a string...
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 3 |
1 files changed, 2 insertions, 1 deletions
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(); + + } } |
