browsing in progress
This commit is contained in:
parent
a449a22c8f
commit
c539c060d4
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in New Issue