Browse Source

Update comm.js

pull/14/merge
Amir 8 years ago committed by GitHub
parent
commit
3a9005ed8c
  1. 2
      js/comm.js

2
js/comm.js

@ -232,7 +232,7 @@ window.addEventListener('load', function(){ @@ -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',

Loading…
Cancel
Save