diff --git a/js/cesareBrowse.js b/js/cesareBrowse.js index b81df52..dc7912f 100644 --- a/js/cesareBrowse.js +++ b/js/cesareBrowse.js @@ -148,7 +148,7 @@ $(document).ready(function() { for (verso of listarisultativersi){ idverso='#'+verso console.log(idverso) - $(idverso).attr('class', $(idverso).attr('class').replace(" dark-blue ", "")) + $(idverso).attr('class', $(idverso).attr('class').replace(" dark-blue", "")) } if (currentMinimap!='') showMinimap(currentMinimap) @@ -339,8 +339,9 @@ $(document).ready(function() { canto=binding.get('Canto').value; //numero del verso numverso=binding.get('NumeroVerso').value; - - resultVersi.add(cantica+"_"+canto.replace(" ", "_")+"_"+numverso) + //posizione delframmento + pos=binding.get('pos').value; + resultVersi.add(cantica+"_"+canto.replace(" ", "_")+"_"+numverso+"_"+pos) }); seachbBindingsStream.on('end', () => { @@ -348,7 +349,7 @@ $(document).ready(function() { for (verso of listarisultativersi){ idverso='#'+verso console.log(idverso) - $(idverso).attr('class', $(idverso).attr('class')+" dark-blue ") + $(idverso).attr('class', $(idverso).attr('class')+" dark-blue") }