Fix timestamp tooltips not appearing.

Another JS load order bug, previously fixed upstream. bs_trigger() in
header.js must be run after DOM content is loaded to properly set the
events for tooltips to appear on hover. This commit uses standard
document ready event boilerplate to ensure this happens, regardless
of script load order.
This commit is contained in:
TLSM 2022-08-27 03:32:32 -04:00 committed by Ben Rog-Wilhelm
parent d9044cca39
commit 0b332e31bf
2 changed files with 10 additions and 2 deletions

View file

@ -222,7 +222,7 @@
</div>
</nav>
<script src="/assets/js/header.js?v=266"></script>
<script src="/assets/js/header.js?v=267"></script>
{% if v and not err %}
<div id="formkey" class="d-none">{{v.formkey}}</div>