I'm trying to figure out where the javascript errors are coming from. If you look at this page and scroll towards the middle of it, the page goes nuts.
If I use the Chrome Dev Tools all I get are a kazillion "Failed to load resource: the server responded with a status of 404 ()" undefined:1
If I use Firefox I see this "Error: Could not establish connection. Receiving end does not exist. bundle.js:2:256904"
I have no idea where this bundle.js is coming from - has anyone else encountered this?
While working on this post I did a little more digging this looks like it's related to the Lazy Load code specific to the SFNT page. But I can't figure out what the "undefined" is.
If I use the Chrome Dev Tools all I get are a kazillion "Failed to load resource: the server responded with a status of 404 ()" undefined:1
If I use Firefox I see this "Error: Could not establish connection. Receiving end does not exist. bundle.js:2:256904"
I have no idea where this bundle.js is coming from - has anyone else encountered this?
While working on this post I did a little more digging this looks like it's related to the Lazy Load code specific to the SFNT page. But I can't figure out what the "undefined" is.
Comment