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:
parent
d9044cca39
commit
0b332e31bf
2 changed files with 10 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue