mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-27 06:29:19 +08:00
Fix bootstrap tooltips
This commit is contained in:
parent
b876b99459
commit
98e27151ff
@ -19,6 +19,8 @@ $(document).ready(() => {
|
||||
checkboxClass: 'icheckbox_square-blue'
|
||||
});
|
||||
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
|
||||
swal.setDefaults({
|
||||
confirmButtonText: trans('general.confirm'),
|
||||
cancelButtonText: trans('general.cancel')
|
||||
|
Loading…
Reference in New Issue
Block a user