summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-06 16:15:08 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-06 16:15:08 -0400
commitff07a9382e088ff97118c736dfc2435dd29bd649 (patch)
treec38eea402f10780bf3632f69dcd6cdcefd9a65f0 /www/js
parent489226f2e8b77bf2d96b53f715bb35efdd432a8b (diff)
nits
Diffstat (limited to 'www/js')
-rw-r--r--www/js/EventModalCtrl.js2
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;