1
0

Added static serving of Jquery bootstrap and others

This commit is contained in:
2016-03-15 11:22:03 +01:00
parent 4aeef6c8db
commit 51fc9442eb
8 changed files with 16691 additions and 14 deletions

View File

@ -127,7 +127,7 @@ function serialListener(debug)
var messageRecieved = ucs2Parse(data);
db('messages').push({ numberString: numberStringRecieved,number: numberRecieved, time: timeRecieved, message: messageRecieved,color: color });
//add a new message to the board directly
socketServer.emit('newMessage', timeRecieved, numberRecieved, messageRecieved,color);
socketServer.emit('newMessage', timeRecieved, numberRecieved, convert(messageRecieved),color);
numberStringRecieved = null;
numberRecieved = null;
timeRecieved = null;