From 157ac5c5a28a8db23685b9b873f35df7f7c9b88b Mon Sep 17 00:00:00 2001 From: Luca Trupiano Date: Tue, 18 Feb 2025 13:03:11 +0100 Subject: [PATCH] Corrette voce menu --- js/script_5.1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/script_5.1.js b/js/script_5.1.js index 1503100..4b4a659 100644 --- a/js/script_5.1.js +++ b/js/script_5.1.js @@ -277,13 +277,13 @@ $(document).ready(function() { $("#unitaRicerca").on('change', function() { queryJson.unitaRicerca = $("#unitaRicerca")[0].options[$("#unitaRicerca")[0].selectedIndex].value; switch (this.value) { - case "versi": + case "verso": case "frase": case "periodo": case "discorso": $("#collapseLogicCla").collapse('show'); break; - case "riferimenti": + case "riferimento": $("#collapseLogicRif").collapse('show'); break; }