From da17d16f47c24541f6159ab0d0d9e89e59264dd0 Mon Sep 17 00:00:00 2001 From: cesare Date: Wed, 20 Dec 2023 15:58:49 +0100 Subject: [PATCH] fissato bug per URL autore in commenti --- js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/utils.js b/js/utils.js index 3ce4d11..4226932 100644 --- a/js/utils.js +++ b/js/utils.js @@ -968,7 +968,7 @@ function getVersiConCitazioniJson(canticapar='', cantopar=''){ commentsItem['TitoloFonteCitazione'] = item['TitoloFonte']; commentsItem['VersoCitazione'] = item['Verso']; - if (item['AutoreCitazione']==null){ + if (item['AutoreCitazione']==''){ commentsItem['AutoreCitazione'] ='autore' }