mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user