Skip to content

Commit

Permalink
removed repetitive call to clear message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoo1 committed Aug 18, 2015
1 parent 3b42557 commit a348291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ function handleInput() {

case 'help':
$('#help-dialog').modal('show');
$('#message').val('');
break;

case 'users':
Expand Down

0 comments on commit a348291

Please sign in to comment.