bv
This commit is contained in:
parent
1a68e03dbd
commit
32889ee3f5
2 changed files with 8 additions and 6 deletions
|
@ -4,10 +4,12 @@ function formkey() {
|
||||||
else return null;
|
else return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (typeof bs_trigger === 'undefined') {
|
||||||
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
|
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
|
||||||
tooltipTriggerList.map(function(element){
|
tooltipTriggerList.map(function(element){
|
||||||
return bootstrap.Tooltip.getOrCreateInstance(element);
|
return bootstrap.Tooltip.getOrCreateInstance(element);
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
function post_toast(t, url, reload, data) {
|
function post_toast(t, url, reload, data) {
|
||||||
t.disabled = true;
|
t.disabled = true;
|
||||||
|
|
|
@ -255,7 +255,7 @@
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<script src="/static/assets/js/header.js?a=245"></script>
|
<script src="/static/assets/js/header.js?a=246"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.notif-count {
|
.notif-count {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue