1
0

Added serverside functions and routing for demomode

This commit is contained in:
2016-06-28 20:14:35 +02:00
parent deca94405b
commit 191fd0a231
3 changed files with 46 additions and 6 deletions

View File

@ -15,7 +15,7 @@
function initSocketIO()
{
iosocket = io.connect();
iosocket.on('onconnection', function() {
iosocket.on('connect', function() {
iosocket.on('debugMessage', function(message) {
alert(message);