ordinamento globale del risultato query riferimenti
This commit is contained in:
parent
114720b7e8
commit
d51c1db213
|
@ -259,6 +259,22 @@ export async function queryRiferimenti(filtro, cid) {
|
|||
}
|
||||
|
||||
listaidversi = []
|
||||
var arrayIdx = 0;
|
||||
|
||||
if (resKeys.includes("Inferno")){
|
||||
listaidversi[arrayIdx] = resxcantica.Inferno;
|
||||
arrayIdx++;
|
||||
}
|
||||
if (resKeys.includes("Purgatorio")){
|
||||
listaidversi[arrayIdx] = resxcantica.Purgatorio;
|
||||
arrayIdx++;
|
||||
}
|
||||
if (resKeys.includes("Paradiso")){
|
||||
listaidversi[arrayIdx] = resxcantica.Paradiso;
|
||||
arrayIdx++;
|
||||
}
|
||||
|
||||
|
||||
var numcid = cid.split('_')[1]
|
||||
for (var cantica in resxcantica) {
|
||||
var $nctags = $(' .navig-canto')
|
||||
|
|
Loading…
Reference in New Issue