fix
This commit is contained in:
parent
7e323f5e25
commit
f6cdd39d3f
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
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