ottimizzazione funzioni di caricamento iniziale
This commit is contained in:
parent
bf80adafe8
commit
00cecf99ce
|
@ -299,7 +299,7 @@ $(document).ready(function() {
|
|||
//var listaCanti = new Set()
|
||||
var setVersi = new Set()
|
||||
//$("#loader").show();
|
||||
containerForme = formeprima
|
||||
var containerForme = formeprima
|
||||
if (cantica == 'Paradiso')
|
||||
containerForme = formeterza
|
||||
if (cantica == 'Purgatorio')
|
||||
|
@ -395,7 +395,7 @@ $(document).ready(function() {
|
|||
elementoverso.attr('id', cantica + "_" + canto + "_" + num)
|
||||
|
||||
var spanoccorrenza = $('<span />')
|
||||
var pos = parseInt(pos)
|
||||
//var pos = parseInt(pos)
|
||||
spanoccorrenza.attr('id', cantica + "_" + canto+ "_" + num + "_" + pos)
|
||||
spanoccorrenza.attr('data-cg', catgram)
|
||||
|
||||
|
|
Loading…
Reference in New Issue