fix
This commit is contained in:
parent
8e18912db4
commit
18748c078e
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +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);
|
||||
});
|
||||
});
|
||||
|
||||
function post_toast(url, reload, data) {
|
||||
var xhr = new XMLHttpRequest();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue