mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Add caching support to reduce the number of requests to lookup the github APIs when generating the plugin version select menu.
7 lines
214 B
HTML
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>
|