feat: Moved website files to new location
All checks were successful
Build Docker / Build_Docker (push) Successful in 45s
All checks were successful
Build Docker / Build_Docker (push) Successful in 45s
This commit is contained in:
7
public/content/assets/js/bs-init.js
Normal file
7
public/content/assets/js/bs-init.js
Normal file
@@ -0,0 +1,7 @@
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
|
||||
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bss-tooltip]'));
|
||||
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
|
||||
return new bootstrap.Tooltip(tooltipTriggerEl);
|
||||
})
|
||||
}, false);
|
||||
Reference in New Issue
Block a user