Corrette voce menu
This commit is contained in:
parent
4dd21da664
commit
157ac5c5a2
|
@ -277,13 +277,13 @@ $(document).ready(function() {
|
||||||
$("#unitaRicerca").on('change', function() {
|
$("#unitaRicerca").on('change', function() {
|
||||||
queryJson.unitaRicerca = $("#unitaRicerca")[0].options[$("#unitaRicerca")[0].selectedIndex].value;
|
queryJson.unitaRicerca = $("#unitaRicerca")[0].options[$("#unitaRicerca")[0].selectedIndex].value;
|
||||||
switch (this.value) {
|
switch (this.value) {
|
||||||
case "versi":
|
case "verso":
|
||||||
case "frase":
|
case "frase":
|
||||||
case "periodo":
|
case "periodo":
|
||||||
case "discorso":
|
case "discorso":
|
||||||
$("#collapseLogicCla").collapse('show');
|
$("#collapseLogicCla").collapse('show');
|
||||||
break;
|
break;
|
||||||
case "riferimenti":
|
case "riferimento":
|
||||||
$("#collapseLogicRif").collapse('show');
|
$("#collapseLogicRif").collapse('show');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue