mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Added client side logging on handshake
This commit is contained in:
parent
31952532c2
commit
b7c58a5e09
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue