Appearance improvements, update of endpoints, and implementation of .well-known for checking API URL #3
1 changed files with 0 additions and 8 deletions
|
@ -80,14 +80,6 @@ const members = [
|
|||
}
|
||||
];
|
||||
|
||||
function sendMessage(e: Event) {
|
||||
e.preventDefault();
|
||||
const textInput = document.getElementById("message-box-input") as HTMLInputElement;
|
||||
const text = textInput.value;
|
||||
console.log("MESSAGE SENT!!!");
|
||||
console.log("text:", text);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue