instead of clearing, highlight said
This commit is contained in:
@@ -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});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user