bug fixed

This commit is contained in:
cesare 2024-04-23 17:09:15 +02:00
parent 08b5cf7b92
commit 7f72293054
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ $('#opzioniVista :checkbox').change(function() {
case "visPeriodi|true":
selectedVista = 'frasi'
$(cantoDisplayed).attr('style', 'display: d-flex;')
/$(cantoDisplayed).attr('style', 'display: d-flex;')
vistaPeriodi=true
loadFrasi();
break;
@ -84,7 +84,7 @@ $('#opzioniVista :checkbox').change(function() {
$("#vistaFrasi").css("display", "none");
resetFrasi()
vistaPeriodi=false
$(cantoDisplayed).attr('style', 'display: d-flex;')
//$(cantoDisplayed).attr('style', 'display: d-flex;')
break;
case "visRiferimenti|true":
$(".showcomments").css("display", "inline-block");