Skip to content
Snippets Groups Projects
Verified Commit 2734140f authored by Martin Weise's avatar Martin Weise
Browse files

Added another version

parent 9bfe02a1
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,10 @@
{% block announce %}
<label for="version">Version</label>
<select style="margin-left:8px;" id="version" name="version" onchange="switchVersion(this.options[this.selectedIndex].value)">
<option value="latest">latest</option>
<option value="1.4.1">1.4.1</option>
<option value="1.4.0">1.4.0</option>
<option value="1.3.0">1.3.0</option>
<option value="latest">latest</option>
</select>
<script>
function getVersion() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment