11958-Fix Recover alert icon size
This commit is contained in:
parent
c967211830
commit
a27f5e129a
|
@ -307,7 +307,6 @@ echo '</tr></table>';
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.tactical_table .alert_module_background_state').replaceWith(function(){
|
$('.tactical_table .alert_module_background_state').replaceWith(function(){
|
||||||
console.log($(this).data());
|
|
||||||
return $("<div />").addClass($(this).attr('class')).data($(this).data());
|
return $("<div />").addClass($(this).attr('class')).data($(this).data());
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue