I have two pages on my site one both are same the exact same copy of another but now one is working and one is not working
I have added the code for LOAD MORE CONTENT WHEN USER SCROLL but it stop working automatically from few days i haven’t made any changes the code are the same Onviewenter port is On with the exact same ID every thing is working fine but now it not working and it happens on the three pages without touching the page the function is stop working but it work perfectly for one page. I have tried every thing duplicating the page adding new page or adding new element but it not solving the issue
On this page the content loads on scroll - https://www.orooms.in/explore
On this page the content does not load - https://www.orooms.in/explore-homes
This is my code
export function line12_viewportEnter(event, $w) {
$w(“#dataset1”).loadMore()
.then( () => {
console.log(“Done loading more data”);
});
}