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
|
//yeah, the clientVars are here :). So we can start initalizing the Pad
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if(window.console)
|
||||||
|
console.log(obj);
|
||||||
|
|
||||||
receivedClientVars=true;
|
receivedClientVars=true;
|
||||||
|
|
||||||
clientVars = obj;
|
clientVars = obj;
|
||||||
|
|
Loading…
Reference in New Issue