aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/js/chat.js1
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://';