bug fixed
This commit is contained in:
parent
08b5cf7b92
commit
7f72293054
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue