mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-11958-16155-icono-de-recuperacion-de-alerta-en-ultimos-eventos-de-la-vista-tactica-gigante' into 'develop'
Ent 11958 16155 icono de recuperacion de alerta en ultimos eventos de la vista tactica gigante See merge request artica/pandorafms!6371
This commit is contained in:
commit
a3c8657853
@ -305,4 +305,8 @@ echo '</tr></table>';
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('.tactical_table .alert_module_background_state').replaceWith(function(){
|
||||||
|
return $("<div />").addClass($(this).attr('class')).data($(this).data());
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user