Fix bootstrap tooltips
This commit is contained in:
parent
b876b99459
commit
98e27151ff
|
|
@ -19,6 +19,8 @@ $(document).ready(() => {
|
||||||
checkboxClass: 'icheckbox_square-blue'
|
checkboxClass: 'icheckbox_square-blue'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('[data-toggle="tooltip"]').tooltip();
|
||||||
|
|
||||||
swal.setDefaults({
|
swal.setDefaults({
|
||||||
confirmButtonText: trans('general.confirm'),
|
confirmButtonText: trans('general.confirm'),
|
||||||
cancelButtonText: trans('general.cancel')
|
cancelButtonText: trans('general.cancel')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user