Removed tooltip code

This throws an error currently

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-04-08 02:02:10 +01:00
parent 5bbba56b0e
commit 62e863a0fa

View file

@ -101,10 +101,4 @@
@endif
<script nonce="{{ csrf_token() }}">
// We have to re-call the tooltip since this is pulled in after the DOM has loaded
$('[data-tooltip="true"]').tooltip({
container: 'body',
animation: true,
});
</script>