11958-Fix Recover alert icon size
This commit is contained in:
parent
ff37a940da
commit
c967211830
|
@ -305,4 +305,9 @@ 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>
|
||||
|
|
Loading…
Reference in New Issue