browsing in progress

This commit is contained in:
cesare 2022-11-11 22:26:10 +01:00
parent a449a22c8f
commit c539c060d4
1 changed files with 5 additions and 4 deletions

View File

@ -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', () => {