Aggiunto spazio alla fine del canto (pb-4)

This commit is contained in:
Luca Trupiano 2023-04-18 18:35:38 +02:00
parent f29991f4d0
commit 00f153edd3
1 changed files with 1 additions and 0 deletions

View File

@ -1050,6 +1050,7 @@ function resetFrasi(){
titolocanto.appendTo(divcanto)
//nuovo
var olversi=$('<ol />')
olversi.attr('class', 'pb-4')
olversi.appendTo(divcanto)
//fine nuovo
divcanto.appendTo('#displaycanto')