diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-06 16:15:08 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-06 16:15:08 -0400 |
| commit | ff07a9382e088ff97118c736dfc2435dd29bd649 (patch) | |
| tree | c38eea402f10780bf3632f69dcd6cdcefd9a65f0 | |
| parent | 489226f2e8b77bf2d96b53f715bb35efdd432a8b (diff) | |
nits
| -rw-r--r-- | www/js/EventModalCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 1cbd8fa8..bb5dce5e 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -1011,7 +1011,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $rootScope.authSession ; } - console.log ("STREAM="+stream); + //console.log ("STREAM="+stream); if ($rootScope.basicAuthToken && stream) stream +="&basicauth="+$rootScope.basicAuthToken; return stream; |
