instead of clearing, highlight said
parent
b5942a90ea
commit
52ab5dbcfa
|
|
@ -127,7 +127,7 @@
|
||||||
|
|
||||||
ws.send(data);
|
ws.send(data);
|
||||||
print("SENT: " + input.value);
|
print("SENT: " + input.value);
|
||||||
input.value = "";
|
input.select();
|
||||||
if (document.getElementById("listen").checked) {
|
if (document.getElementById("listen").checked) {
|
||||||
ws.onmessage({data: data});
|
ws.onmessage({data: data});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue