love
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
ws.send(JSON.stringify({
|
||||
"text": input.value
|
||||
}));
|
||||
print("SENT: " + input.value);
|
||||
input.value = "";
|
||||
return false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user