diff --git a/js/browseMgr.js b/js/browseMgr.js index 6a3c13e..6dce71b 100644 --- a/js/browseMgr.js +++ b/js/browseMgr.js @@ -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");