Files
vagrant-libvirt/docs/_includes/header_custom.html
Darragh Bailey 442ef24e64 Make switcher JavaScript unparsed and reduce elements (#1539)
Avoid the need to parse the main version switching menu creation and
handling code by moving the site constants to a separate file.

Additionally move more of the element construction into the JavaScript
code to make it closer to a web component and facilitate more control by
a common script to be loaded by all published versions.
2022-08-12 18:30:57 +01:00

4 lines
193 B
HTML

<script src="{% asset "js/site_constants.js" @path %}"></script>
<div id="plugin-version-menu" class="site-footer"></div>
<script src="{% asset "js/plugin_versions_menu.js" @path %}"></script>