From 7f72293054141429204eff343fb3a2fef6a4ca3e Mon Sep 17 00:00:00 2001 From: cesare Date: Tue, 23 Apr 2024 17:09:15 +0200 Subject: [PATCH] bug fixed --- js/browseMgr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");