rbenites / Group-Project-1

0 stars 0 forks source link

added 1 line to clear the text field for messaging after send is clicked #68

Closed rbenites closed 6 years ago

rbenites commented 6 years ago

added $("#chatMsg").val(""); so that the chat box is cleared after the users click send.