I have some custom template components that rely on a javascript library I have loaded as a static resource. These components were functioning fine before the Milau updates, but now only one of the components is no longer rendering. Both of these components have almost identical javascript, so I’m not sure what’s causing the issue. See picture below:
var element = arguments[0], $ = skuid.$; $(document.body).one("pageload",function() { // init signature canvas element.jSignature(); // error on this line, but only for one template });
