messages rebind now work properly and sends message correctly,

Message constructor no longer incorrectly check message type
This commit is contained in:
shockrah
2021-03-12 23:16:06 -08:00
parent c667f69d0e
commit c3d5c75cc0
3 changed files with 61 additions and 5 deletions

View File

@@ -45,7 +45,7 @@
<div class="container" id="send-container">
<div class="input-group" id="message-area">
<textarea rows="1" class="form-control" placeholder="Message" aria-describedby="message-btn" id="message-box"></textarea>
<input type="text" class="form-control" placeholder="Message" aria-describedby="message-btn" id="message-box">
<div class="input-group-append">
<button class="btn btn-outline-secondary btn-nav-settings" type="button" id="message-btn">Send</button>
</div>