mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Call tooltip again on custom fields jquery
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
40aca9709a
commit
6a3a38b6f6
|
@ -85,3 +85,12 @@
|
|||
</div>
|
||||
@endforeach
|
||||
@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>
|
||||
|
|
Loading…
Reference in a new issue