mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
stupidly output the socket.io resource path to console
This commit is contained in:
parent
488d6890f9
commit
fce46448f0
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ function handshake()
|
||||||
var url = loc.protocol + "//" + loc.hostname + ":" + port + "/";
|
var url = loc.protocol + "//" + loc.hostname + ":" + port + "/";
|
||||||
//find out in which subfolder we are
|
//find out in which subfolder we are
|
||||||
var resource = exports.baseURL.substring(1) + "socket.io";
|
var resource = exports.baseURL.substring(1) + "socket.io";
|
||||||
|
console.log("!!!!!!!!!!!!!!!!!!!! Resource: " + resource);
|
||||||
//connect
|
//connect
|
||||||
socket = pad.socket = io.connect(url, {
|
socket = pad.socket = io.connect(url, {
|
||||||
resource: resource,
|
resource: resource,
|
||||||
|
|
Loading…
Reference in a new issue