update
This commit is contained in:
4
static/admin/assets/js/popover-custom.js
Normal file
4
static/admin/assets/js/popover-custom.js
Normal file
@@ -0,0 +1,4 @@
|
||||
var popoverTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="popover"]'))
|
||||
var popoverList = popoverTriggerList.map(function (popoverTriggerEl) {
|
||||
return new bootstrap.Popover(popoverTriggerEl)
|
||||
})
|
||||
Reference in New Issue
Block a user