11958-Fix Recover alert icon size

This commit is contained in:
Pablo Aragon 2023-08-29 12:35:06 +02:00
parent c967211830
commit a27f5e129a
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@ echo '</tr></table>';
});
$('.tactical_table .alert_module_background_state').replaceWith(function(){
console.log($(this).data());
return $("<div />").addClass($(this).attr('class')).data($(this).data());
});
</script>