Merge branch 'develop' of https://github.com/Pita/etherpad-lite into develop
commit
e33b131696
|
@ -60,7 +60,7 @@ function init() {
|
|||
//create the url
|
||||
var url = loc.protocol + "//" + loc.hostname + ":" + port + "/";
|
||||
//find out in which subfolder we are
|
||||
var resource = exports.baseURL + 'socket.io';
|
||||
var resource = exports.baseURL.substring(1) + 'socket.io';
|
||||
|
||||
//build up the socket io connection
|
||||
socket = io.connect(url, {resource: resource});
|
||||
|
|
Loading…
Reference in New Issue