Update to timeslider to include base path for easier proxying

pull/2470/head
Cetra Free 2015-01-19 14:28:30 +10:30
parent 3649118194
commit f1c9c58c2d
1 changed files with 0 additions and 2 deletions

View File

@ -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});