wiki/_includes/common-js.html
Pk11 9ffc156350 Make language alert keep tab
and a few other misc changes
2021-10-15 22:21:39 -05:00

9 lines
429 B
HTML

<script src="/assets/js/language-alert.js"></script>
<script src="/assets/js/rescript.js" type="module"></script>
{% if content contains "tab-container" %}
<script src="/assets/js/tabs.js"></script>
{% endif %}
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>