I’m trying to troubleshoot a js error that is happening on our site. It appears that the plugin is running some JS that, for whatever reason, isn’t catching an error, and it breaks the rest of the js on the site (navigation and slider also stop working).
The strange thing about this error is that it only appears when the screen is smaller than 768px wide, either on load of a page that size, or on screen resize. I am getting this error in chrome, safari, and safari on an ipod.
The calendar appears to be working fine on the rest of the site. Due to the minification, I can’t tell much more beyond the fact that there is an error that seems to be related to js code called when the screen is smaller than about 768 px. I’ve attached an image showing this error and some TEC debugging output.