Hello,
I am using the Components Plugin v 1.0.6. I try to put a calculator on a popup element and run it, and I get javascript errors that math is not defined, and looking at the page view source, math.js is not even in the script tags. I then put the calculator on a standard page, and everything’s fine, loads and runs perfect.
I understand the premise of not loading the popup code until its needed, but if its a header script tag, that should always be loaded at page load, right?
Am I doing something wrong or can someone verify this is probably a bug?