diff options
| author | Bobby <[email protected]> | 2023-05-17 18:09:05 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-17 18:09:05 -0400 |
| commit | dec69b9a6bdd2845d402280ded58fcafa2809c14 (patch) | |
| tree | c13407163778e47e5aca685c2a6f636ab3e3e80b | |
| parent | 2555e66652e1cb1c70cae50a04d1a8b45acb2f63 (diff) | |
| download | thatcomputerscientist-dec69b9a6bdd2845d402280ded58fcafa2809c14.tar.xz thatcomputerscientist-dec69b9a6bdd2845d402280ded58fcafa2809c14.zip | |
Bug Fix: Receiving messages on live chat cleared your current typed messahe"
| -rw-r--r-- | static/js/chat.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/chat.js b/static/js/chat.js index 45486286..d5e8640c 100644 --- a/static/js/chat.js +++ b/static/js/chat.js @@ -16,7 +16,6 @@ $(document).ready(function(){ } $('#messages').append(messageElement); $('#messages').animate({scrollTop: $('#messages').prop("scrollHeight")}, 100); - $('#chatbox-input').val(""); } var protocol = window.location.protocol === 'https:' ? 'wss://' : 'ws://'; |
