remove empty line
This commit is contained in:
parent
dde8e25cea
commit
0ef2d20775
|
@ -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+'"');
|
||||
|
|
Loading…
Reference in a new issue