mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
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.
4 lines
193 B
HTML
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>
|