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