diff --git a/js/cesareBrowse.js b/js/cesareBrowse.js
index afbc1a0..64e7cdb 100644
--- a/js/cesareBrowse.js
+++ b/js/cesareBrowse.js
@@ -1021,7 +1021,8 @@ function resetFrasi(){
function createCommentSpan(idVerso, elementoverso) {
var spanoccorrenza = $('')
spanoccorrenza.attr('id', idVerso)
- spanoccorrenza.attr('class', 'btn btn-sm btn-outline-secondary showcomments px-1 pt-1 pb-0 ml-1');
+ //btn-sm btn-outline-secondary
+ spanoccorrenza.attr('class', 'btn btn-sm btn-danger showcomments px-1 pt-1 pb-0 ml-1');
var commentIcon = '';
spanoccorrenza.append(commentIcon)
spanoccorrenza.appendTo(elementoverso)
@@ -1041,7 +1042,7 @@ function resetFrasi(){
spanComment.appendTo(commentArea);
})
-
+ //DA MODIFICARE: getComments può restituire più di un commento
function getComments(cid){
var id = cid.substr(9);