diff --git a/js/comm.js b/js/comm.js index ef42bfd..76013ea 100644 --- a/js/comm.js +++ b/js/comm.js @@ -232,7 +232,7 @@ window.addEventListener('load', function(){ document.getElementById("chatInput").addEventListener('keyup', function(){ var msg = this.value.trim(); - //if user is typing and appointment is yet to end + //if user is typing if(msg){ wsChat.send(JSON.stringify({ action: 'typingStatus', @@ -1102,4 +1102,4 @@ function getRoom(){ else{ return ""; } -} \ No newline at end of file +}