wiki/_includes/common-js.html
Pk11 06f775b62e Improve support for old browsers
The site is now functional, though not perfect, on the n3DS browser (and also Safari 5.0.6, the Vita browser, and probably more)
2021-06-27 00:28:27 -05:00

9 lines
443 B
HTML

<script src="/assets/js/language-alert.js" type="module"></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>