minor changes
This commit is contained in:
parent
a472dd654d
commit
e9844c2ad3
|
|
@ -331,7 +331,7 @@ $(" ."+formaClass).hover(function(idx, element) {
|
||||||
console.log($(reit+" > li").length)
|
console.log($(reit+" > li").length)
|
||||||
var expcontextLength=$(reit+" > li").length
|
var expcontextLength=$(reit+" > li").length
|
||||||
if(cid.includes('_er_')){
|
if(cid.includes('_er_')){
|
||||||
expcontextLength=3
|
expcontextLength=contextLength
|
||||||
}else{
|
}else{
|
||||||
posVerso = $(reit).attr('posVerso')
|
posVerso = $(reit).attr('posVerso')
|
||||||
if (posVerso == 1){ // caso inizio o fine canto
|
if (posVerso == 1){ // caso inizio o fine canto
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue