Add new component, add flags on filter
This commit is contained in:
13
resources/views/load/form/tooltip.blade.php
Normal file
13
resources/views/load/form/tooltip.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
@if(!defined('LOAD_TOOLTIP'))
|
||||
@push('scripts')
|
||||
<script>
|
||||
function initTooltip() {
|
||||
$('[data-toggle="tooltip"]').tooltip({
|
||||
trigger : 'hover',
|
||||
delay: { "show": 500, "hide": 100 }
|
||||
});
|
||||
}
|
||||
</script>
|
||||
@endpush
|
||||
@php(define('LOAD_TOOLTIP', true))
|
||||
@endif
|
||||
Reference in New Issue
Block a user