1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-17 19:59:13 +02:00

Change class for invitation response messages

This commit is contained in:
Daniel Berteaud 2015-06-17 19:11:00 +02:00
parent 25b1e5beab
commit 6c3499cd1c

View File

@ -1205,7 +1205,7 @@ Mojo::IOLoop->recurring( 3 => sub {
data => {
name => 'notification',
args => [{
payload => {msg => $msg, class => 'success'}
payload => {msg => $msg, class => 'info'}
}]
}
)