diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-12 15:45:08 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-12 15:45:08 -0500 |
| commit | 20b3a754ce5b367f7ff1e50fc49cccf71bd4a30f (patch) | |
| tree | e9036b026ca038fac27c8b148b332326823fe136 /www/js/MontageCtrl.js | |
| parent | 3a817f57108dbff38e92ec0c37e60fc9e275ca5b (diff) | |
add object detect frame in zmNinja too
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 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 ""; } |
