From 0bfbc9753d456b3e02c061c01fe767b9872ec726 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 18 Oct 2020 10:47:55 -0400 Subject: don't act on token expiry broadcast if another login session is in progress --- www/js/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MontageCtrl.js') 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)); -- cgit v1.2.3