updated form code

This commit is contained in:
2012-06-01 08:20:29 -04:00
parent 723a1e66d8
commit 325b3460d6
3 changed files with 73 additions and 66 deletions

View File

@@ -114,6 +114,10 @@ io.sockets.on('connection', function(client) {
console.log("addemployee ")
addemployee(data);
});
client.on('data', function(data) {
console.log("data" + JSON.stringify(data))
});
});