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' }