bug fixed

This commit is contained in:
nicola 2025-03-05 18:30:21 +01:00
parent 3a1a158028
commit 7f312b4f3a
1 changed files with 2 additions and 2 deletions

View File

@ -1732,8 +1732,8 @@ $(document).ready(function() {
$("#vistaFrasi").attr('style', 'display: d-flex;');
cantoDisplayed = "#vistaFrasi";
}
for (var j = start; j < start+offset; j++) {
var risLen = listaRisultatiCommenti.length;
for (var j = start; j < start+offset && j< risLen; j++) {
commentoRisultato = listaRisultatiCommenti[j].split("_")
var listaVersi = $('<ol class="pt-3" />')
idFrase++;