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

Hide the configuration modal after save

If it succeed
This commit is contained in:
Daniel Berteaud 2015-01-22 16:03:24 +01:00
parent 4e455d1caa
commit 137bd01c9d

View File

@ -1742,6 +1742,7 @@ function initVroom(room) {
success: function(data) {
$('#ownerPass,#ownerPassConfirm,#joinPass,#joinPassConfirm').val('');
if (data.status == 'success'){
$('#configureModal').modal('hide');
$.notify(data.msg, 'info');
webrtc.sendToAll('room_conf_updated');
}