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

Added another version

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