diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-10-18 10:47:55 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-10-18 10:47:55 -0400 |
| commit | 0bfbc9753d456b3e02c061c01fe767b9872ec726 (patch) | |
| tree | 7bbcdf1853f666544e31ded932c1946f3adf8bb1 /www/js/MontageCtrl.js | |
| parent | 7419d7de1b034c5c04bec9cf05ed300d88a932c3 (diff) | |
don't act on token expiry broadcast if another login session is in progress
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index a906ec50..b0bf2cda 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -622,7 +622,7 @@ angular.module('zmApp.controllers') apiurl += '.json?sort=StartTime&direction=desc&limit=1'+$rootScope.authSession; - NVR.debug ("Getting event count "); + //NVR.debug ("Getting event count "); $http.get(apiurl) .then (function (data) { // console.log ("EVENTS GOT: "+JSON.stringify(data)); |
