1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-02 05:21:39 +02:00

Don't flush custom message on invitation

So you can send the same message to several people easily
This commit is contained in:
Daniel Berteaud 2014-05-15 10:42:57 +02:00
parent e2cb0d41b5
commit 0fddb7e790

View File

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