minfix
This commit is contained in:
parent
ce31a026c5
commit
48f9be4f3c
|
@ -48,7 +48,7 @@ window.wsc_emergency = wsc.channel('emergency/31').listen(function(msg, err){
|
||||||
// {1} Rem messages from stack //
|
// {1} Rem messages from stack //
|
||||||
for( var id in gstore.data.notif.emergency.data )
|
for( var id in gstore.data.notif.emergency.data )
|
||||||
if( msg.del[ gstore.data.notif.emergency.data[id].id ] != null )
|
if( msg.del[ gstore.data.notif.emergency.data[id].id ] != null )
|
||||||
delete gstore.data.notif.emergency.data[id];
|
gstore.data.notif.emergency.data[id].message = 'Message supprimé';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue