2
1
mirror of https://github.com/s00500/nodeMessageBoard.git synced 2025-06-13 08:10:40 +00:00

Fixed Emoji Support

This commit is contained in:
2016-03-09 14:51:46 +01:00
parent 2ac350b87c
commit de9908122c
4 changed files with 52 additions and 14 deletions

View File

@ -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)));
});
</script>
</head>
@ -82,9 +86,11 @@
<h3>Send an SMS with a message to <span style="color:#3399ff;">+43 681 2033 4015</span></h3>
<br>
<div style="display:none" id="btnHolder">
<div style="display:none;" id="btnHolder">
<h2>Debug functions</h2>
<input type="checkbox" id="check" value="toggle"/><label for="check">Send AT</label>
</div>
<div id="debugOut"> </div>
</body>
</html>