This commit is contained in:
Aevann1 2022-02-21 02:43:29 +02:00
parent 1a68e03dbd
commit 32889ee3f5
2 changed files with 8 additions and 6 deletions

View file

@ -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;

View file

@ -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 {