remove empty line

master
adbenitez 2022-01-19 18:55:10 -05:00
parent dde8e25cea
commit 0ef2d20775
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
<a href="" onclick="sendMsg(); return false;">Send</a>
<p id="output"></p>
<script>
function sendMsg() {
msg = document.getElementById("input").value;
window.webxdc.sendUpdate({payload: {name: window.webxdc.selfName(), msg: msg}}, 'someone typed "'+msg+'"');