Files
vagrant-libvirt/docs/_includes/header_custom.html
Darragh Bailey 8a2bae3535 Cache requests for plugin version menu (#1533)
Add caching support to reduce the number of requests to lookup the
github APIs when generating the plugin version select menu.
2022-07-29 14:56:57 +01:00

7 lines
214 B
HTML

<div class="plugin-version-select site-footer">
Plugin Version:
<select id="plugin-version" onChange="changeVersion(this)">
</select>
</div>
<script src="{% asset "js/version_switcher.js" @path %}"></script>