diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-30 12:06:02 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-30 12:06:02 -0400 |
| commit | d49c8b89ab7c97839516d8f57dcaad4d714f3aea (patch) | |
| tree | 72ca1f89546d9485f5a23350a9b05424fbbdd015 /www/js/MomentCtrl.js | |
| parent | 81be03e8259d967c468871b426c0ac1cd11657c2 (diff) | |
#618 make this optional in dev settings
Diffstat (limited to 'www/js/MomentCtrl.js')
| -rw-r--r-- | www/js/MomentCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index 06658e0e..97f864b7 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -265,7 +265,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ "&height="+moment.Event.thumbHeight*2; if ($rootScope.authSession != 'undefined') stream +=$rootScope.authSession; - if ($rootScope.basicAuthToken) stream = stream+"&basicauth="+$rootScope.basicAuthToken; + stream += NVRDataModel.insertBasicAuthToken(); return stream; }; |
