Open krusynth opened 9 years ago
Hi, can you share the URL you're looking at?
On closer inspection, all four section pages have the js error on load (not on click), and the Load More button just is just returning to the top of the page (no event attached maybe?).
Doesn't seem to be a need for any of the Load More buttons at this point, as there are no more apps to load on any of the pages.
As for the error, in global.js line 77: var maxheight = document.getElementById('fade').offsetHeight + 15; It looks like there are no fade elements on any of those pages, thus throwing the JS error.
Clicking the "Load More" button on the apps page throws
Uncaught TypeError: Cannot read property 'offsetHeight' of null
in Chrome 38.0.2125.111 / OS X 10.9.4.