diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-04 16:57:09 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-04 16:57:09 -0400 |
| commit | 74d9858aca09fd7377e5f6c362fb3fe16ca0b6c9 (patch) | |
| tree | 87a36fa121927520a03673e614981fa660eb10a1 /www/js/MontageCtrl.js | |
| parent | d1cad20e13e8f9485d7032e9ae21e958eec1f6fa (diff) | |
stream animation for events fixed
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 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(); |
