UI services modals and default CSP update (fix new tab links)
This commit is contained in:
1
ui/static/js/bootstrap.bundle.min.js
vendored
1
ui/static/js/bootstrap.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
5
ui/static/js/custom.js
Normal file
5
ui/static/js/custom.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
|
||||
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
|
||||
return new bootstrap.Tooltip(tooltipTriggerEl, { container: 'body' })
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user