Corrette voce menu

This commit is contained in:
Luca Trupiano 2025-02-18 13:03:11 +01:00
parent 4dd21da664
commit 157ac5c5a2
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}