Don't flush custom message on invitation

So you can send the same message to several people easily
master
Daniel Berteaud 11 years ago
parent e2cb0d41b5
commit 0fddb7e790
  1. 2
      public/js/vroom.js

@ -541,7 +541,7 @@ function initVroom(room) {
$.notify(locale.ERROR_OCCURED, 'error'); $.notify(locale.ERROR_OCCURED, 'error');
}, },
success: function(data) { success: function(data) {
$('#recipient,#message').val(''); $('#recipient').val('');
if (data.status == 'success'){ if (data.status == 'success'){
$.notify(data.msg, 'success'); $.notify(data.msg, 'success');
} }

Loading…
Cancel
Save