Added client side logging on handshake
This commit is contained in:
parent
31952532c2
commit
b7c58a5e09
|
@ -98,6 +98,9 @@ function handshake()
|
|||
//yeah, the clientVars are here :). So we can start initalizing the Pad
|
||||
else
|
||||
{
|
||||
if(window.console)
|
||||
console.log(obj);
|
||||
|
||||
receivedClientVars=true;
|
||||
|
||||
clientVars = obj;
|
||||
|
|
Loading…
Reference in New Issue