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