diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-05 09:24:50 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-06-05 09:24:50 -0400 |
| commit | d981b403912ffe131fdd311c1109ffce012682f4 (patch) | |
| tree | 8183bc1d125f49222de5026fd4496c9e383aea5c /www/js/MontageCtrl.js | |
| parent | ee729b9fb44f2c637c962cfa158f183d7b528613 (diff) | |
#641 handle resume authSession clearing
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 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 ""; } |
