I added nuOnLoad() in a form's javascript. When the form is opened, the function gets triggered for the first time. (ok so far)
Now the function keeps getting triggered even when I open other forms.
- Code: Select all
function nuOnLoad()
{
console.log("nuOnLoad");
}
Adding a if (window.top === window.self) didn't help either.
Check out my recording that illustrates the issue: https://vimeo.com/250463563