fds
This commit is contained in:
parent
6e6613fdc6
commit
9a3d6e97ae
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
document.addEventListener("DOMContentLoaded", function(){
|
||||
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
|
||||
tooltipTriggerList.map(function(element){
|
||||
return new bootstrap.Tooltip(element);
|
||||
});
|
||||
});
|
||||
// document.addEventListener("DOMContentLoaded", function(){
|
||||
// var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
|
||||
// tooltipTriggerList.map(function(element){
|
||||
// return new bootstrap.Tooltip(element);
|
||||
// });
|
||||
// });
|
||||
|
||||
|
||||
function post(url, callback, errortext) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue