master
bel 2025-10-14 22:13:55 -06:00
parent 4dd5a40dfe
commit 49880c837d
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@
ws.send(JSON.stringify({
"text": input.value
}));
print("SENT: " + input.value);
input.value = "";
return false;
};