Difference between revisions of "MediaWiki:Common.js"

no edit summary
Line 479: Line 479:
// ========================== Integrazione pagine Wix 2024 ==========================
// ========================== Integrazione pagine Wix 2024 ==========================
const observer = new IntersectionObserver((entries) => {
const observer = new IntersectionObserver((entries) => {
entries.foreach((entry) => {
entries.forEach((entry) => {
console.log(entry)
console.log(entry)
if (entry.isIntersecting) {
if (entry.isIntersecting) {