From b7c58a5e092c5b1901887c570af466d6de009189 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Mon, 28 Mar 2011 14:12:33 +0100 Subject: [PATCH] Added client side logging on handshake --- static/js/pad2.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/js/pad2.js b/static/js/pad2.js index 71e3ad1e4..328fda688 100644 --- a/static/js/pad2.js +++ b/static/js/pad2.js @@ -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;