From de9908122cc630499858079c23ea075dc575d287 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Wed, 9 Mar 2016 14:51:46 +0100 Subject: [PATCH] Fixed Emoji Support --- board.html | 8 +++++++- db.json | 26 +++++++++++++++++++------- server.js | 25 +++++++++++++++++++------ test.js | 7 +++++++ 4 files changed, 52 insertions(+), 14 deletions(-) create mode 100644 test.js diff --git a/board.html b/board.html index 28eaf29..791fc01 100644 --- a/board.html +++ b/board.html @@ -59,11 +59,15 @@ iosocket.emit('getLastMessages',toDisplay); }; + $(document).ready(function() { $('#check').click(function() { iosocket.emit('sendAT',toggleVal); }); + //$('#debugOut').html(String.fromCharCode(parseInt(s, 16),parseInt("DE03",16))); }); + + @@ -82,9 +86,11 @@

Send an SMS with a message to +43 681 2033 4015


-