MediaWiki:BibleGet.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 41:
}
if(excessWidth > 0 && excessWidth < rect.x){
console.log('This element was off the leftright hand side of the screen');
//let newLeft = left - excessWidth;
let newLeft = $span.offset().left - rect.width;
$bGetTIP.css({"left":newLeft});
}
Line 123 ⟶ 124:
}
if(excessWidth > 0 && excessWidth < rect.x){
console.log('This element was off the leftright hand side of the screen');
let newLeft = left - excessWidth;
$bGetTIP.css({"left":newLeft});