From de0ba09bd5854682ca4ebb8b7c5ca7bc404e2129 Mon Sep 17 00:00:00 2001 From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de> Date: Tue, 27 Jul 2021 08:58:31 +0200 Subject: [PATCH] remove menue entry "latest" --- templates/html/validation.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/html/validation.html b/templates/html/validation.html index 6fd88ec..65a3a20 100644 --- a/templates/html/validation.html +++ b/templates/html/validation.html @@ -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) { -- GitLab