summaryrefslogtreecommitdiff
path: root/src/static/js
diff options
context:
space:
mode:
authorCetra Free <cetra3@hotmail.com>2015-01-19 14:28:30 +1030
committerCetra Free <cetra3@hotmail.com>2015-01-19 14:28:30 +1030
commitf1c9c58c2db481925e11c63fc7ac727802573530 (patch)
tree093e3fe9fdadec9511d351f5ecf4cd2a3551d761 /src/static/js
parent3649118194f8441b84ada355f4fe432e34d14d21 (diff)
downloadetherpad-lite-f1c9c58c2db481925e11c63fc7ac727802573530.zip
Update to timeslider to include base path for easier proxying
Diffstat (limited to 'src/static/js')
-rw-r--r--src/static/js/timeslider.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static/js/timeslider.js b/src/static/js/timeslider.js
index 9cb274be..ec237df5 100644
--- a/src/static/js/timeslider.js
+++ b/src/static/js/timeslider.js
@@ -60,8 +60,6 @@ function init() {
var url = loc.protocol + "//" + loc.hostname + ":" + port + "/";
//find out in which subfolder we are
var resource = exports.baseURL.substring(1) + 'socket.io';
-
- console.log(exports.baseURL);
//build up the socket io connection
socket = io.connect(url, {path: exports.baseURL + 'socket.io', resource: resource});