Skip to content

Commit

Permalink
Fix bootstrap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Sep 25, 2023
1 parent 7c17eaa commit 548ea89
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions assets/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'bootstrap/dist/js/bootstrap.bundle.min.js'
import {
Popover,
Tooltip
Popover,
Tooltip
} from 'bootstrap/dist/js/bootstrap.bundle.min.js'

var tooltipTriggerList = [].slice.call(document.querySelectorAll('mark'))
Expand All @@ -13,7 +13,3 @@ var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggl
popoverTriggerList.map(function (popoverTriggerEl) {
return new Popover(popoverTriggerEl)
})

const popover = new bootstrap.Popover('.popover-dismiss', {
trigger: 'focus'
})

0 comments on commit 548ea89

Please sign in to comment.