Skip to content
Snippets Groups Projects
Commit de0ba09b authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

remove menue entry "latest"

parent 6494dd4f
Branches
Tags
No related merge requests found
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
<strong style="margin-left:5em;" >{{XSD_VERSION}}:</strong> <strong style="margin-left:5em;" >{{XSD_VERSION}}:</strong>
<select id="xsd_version" size="1"> <select id="xsd_version" size="1">
<option>{{INTERNAL}}</option> <option>{{INTERNAL}}</option>
<option>{{LATEST}}</option>
</select> </select>
</div> </div>
...@@ -68,7 +67,6 @@ ...@@ -68,7 +67,6 @@
function getXSDversion() { function getXSDversion() {
const idx = $xsd_v.prop('selectedIndex'); const idx = $xsd_v.prop('selectedIndex');
if (idx == 0) return false; if (idx == 0) return false;
if (idx == 1) return 'latest';
return $xsd_v.val(); return $xsd_v.val();
} }
function _showError(s) { function _showError(s) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment