fix: Moved website files to allow auto deployments
Some checks failed
Build Docker / Build_Docker (push) Failing after 40s
Some checks failed
Build Docker / Build_Docker (push) Failing after 40s
This commit is contained in:
7
public/assets/js/bs-init.js
Normal file
7
public/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