From 20b3a754ce5b367f7ff1e50fc49cccf71bd4a30f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 12 Feb 2019 15:45:08 -0500 Subject: add object detect frame in zmNinja too --- 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 81a22376..87794ba9 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -1778,7 +1778,7 @@ angular.module('zmApp.controllers') var stream; if (currentStreamState == streamState.STOPPED || monitor.Monitor.listDisplay == 'noshow' || $rootScope.authSession == 'undefined') { - // console.log ("STREAM=empty and auth="+$rootScope.authSession); + //console.log ("STREAM=empty and auth="+$rootScope.authSession); return ""; } -- cgit v1.2.3