Pulizia dell' HTML
This commit is contained in:
parent
ee1cc80c32
commit
474f3cdf5f
913
index_4.8.html
913
index_4.8.html
File diff suppressed because it is too large
Load Diff
|
|
@ -291,6 +291,7 @@ $(document).ready(function() {
|
||||||
case "discorso":
|
case "discorso":
|
||||||
$('#cercaFrasiPeriodiDiscorsi').attr('style', "display: d-flex;");
|
$('#cercaFrasiPeriodiDiscorsi').attr('style', "display: d-flex;");
|
||||||
$('#tipogrammaticaleN').attr('style', "display: d-flex;");
|
$('#tipogrammaticaleN').attr('style', "display: d-flex;");
|
||||||
|
$('#spanContenenti').attr('style', "display: d-flex;");
|
||||||
$('#tiposintatticoN').attr('style', "display: d-flex;");
|
$('#tiposintatticoN').attr('style', "display: d-flex;");
|
||||||
$('#cercaRiferimenti').attr('style', "display: none;");
|
$('#cercaRiferimenti').attr('style', "display: none;");
|
||||||
break;
|
break;
|
||||||
|
|
@ -299,7 +300,7 @@ $(document).ready(function() {
|
||||||
$('#cercaFrasiPeriodiDiscorsi').attr('style', "display: none;");
|
$('#cercaFrasiPeriodiDiscorsi').attr('style', "display: none;");
|
||||||
$('#tipogrammaticaleN').attr('style', "display: none;");
|
$('#tipogrammaticaleN').attr('style', "display: none;");
|
||||||
$('#tiposintatticoN').attr('style', "display: none");
|
$('#tiposintatticoN').attr('style', "display: none");
|
||||||
|
$('#spanContenenti').attr('style', "display: none;");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue