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

Use warn class to notify that the room isn't persistent

This commit is contained in:
Daniel Berteaud 2014-06-06 13:53:10 +02:00
parent 98df867f7c
commit a02ac71159

View File

@ -1693,7 +1693,7 @@ function initVroom(room) {
success: function(data) {
$('#ownerPass').val('');
if (data.status == 'success'){
$.notify(data.msg, 'success');
$.notify(data.msg, 'warn');
webrtc.sendToAll('owner_password', {action: 'remove'});
$('#persistentLabel').removeClass('btn-danger active');
}