From d981b403912ffe131fdd311c1109ffce012682f4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 5 Jun 2018 09:24:50 -0400 Subject: #641 handle resume authSession clearing --- 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 de2bf8ac..2a8be064 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -1711,7 +1711,7 @@ angular.module('zmApp.controllers') var stream; if (currentStreamState == streamState.STOPPED || monitor.Monitor.listDisplay == 'noshow' || $rootScope.authSession == 'undefined') { - // console.log ("STREAM=empty"); + //console.log ("STREAM=empty and auth="+$rootScope.authSession); return ""; } -- cgit v1.2.3