Javascript Tooklkit fails on Live version, works fine in development

Hello dear community,

I’d like to know if anyone has experienced a situation where the use of several Javascript from the Toolkit plugin into several workflow steps works fine in development version and systematically fails in Live version with the “[my_function_name] undefined” ?

Some more details available if needed. For now I just would liek to know if this situation has already been identified.
Thanks,
Laurent.

Hi everyone,
I found and explaination to my issue :
My issue happened in a context where a popup is toggled.
my first Javascript component was implemented in the main page while the 2 other Javascripts were implemented inn the popup component.
When moving all the Javascript “bubble to Jscript” into the popup window, everything worked as expected.
Laurent.