Removed tooltip code
This throws an error currently Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5bbba56b0e
commit
62e863a0fa
1 changed files with 1 additions and 7 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue