diff --git a/static/js/controller.js b/static/js/controller.js index 4e3fdf7c..71ec6678 100644 --- a/static/js/controller.js +++ b/static/js/controller.js @@ -3,6 +3,7 @@ var id socket.on("id", function(id) { + console.log(id); if(!began) { socket.on(id, function(arr)