summaryrefslogtreecommitdiff
path: root/www/js/LogCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-10-20 19:17:21 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-10-20 19:17:21 -0400
commit89211bbbd526bbc587361085b119a19d296f6a7f (patch)
treea33b3f7cef77e6ea1ef4bf66e595194d16cba8ea /www/js/LogCtrl.js
parent8d42918b774175be477e949c4739a1ae40238359 (diff)
#724 cleanup and making sure we take recordingURL for playback
Diffstat (limited to 'www/js/LogCtrl.js')
-rw-r--r--www/js/LogCtrl.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/js/LogCtrl.js b/www/js/LogCtrl.js
index 78a02992..46db4304 100644
--- a/www/js/LogCtrl.js
+++ b/www/js/LogCtrl.js
@@ -122,8 +122,7 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo
var urlNoProtocol = loginData.url.replace(/.*?:\/\//, "");
if (urlNoProtocol != "") {
var re2 = new RegExp(urlNoProtocol, "g");
- // just replacing baseurl - that will take care of
- // masking api but may not be cgi
+
logstring = logstring.replace(re2, "<server>");
}
urlNoProtocol = loginData.streamingurl.replace(/.*?:\/\//, "");