From 74d9858aca09fd7377e5f6c362fb3fe16ca0b6c9 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 4 May 2018 16:57:09 -0400 Subject: stream animation for events fixed --- 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 252a93df..53774f93 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -1726,7 +1726,7 @@ angular.module('zmApp.controllers') $rootScope.authSession + appendConnKey(monitor.Monitor.connKey); - stream += NVRDataModel.insertBasicAuthToken(); + if (stream) stream += NVRDataModel.insertBasicAuthToken(); -- cgit v1.2.3