Forum Discussion
LukeBurrows
11 years agoCommunity Member
Disable javascript warning popup
Hi,
Is it possible to disable the "Javascript support is not available while previewing." popup?
I know its not available and it messes up the first couple of seconds of animation in my preview...
SteveFlowers
11 years agoCommunity Member
Hey Luke,
One way to do this would be to add a condition to your JavaScript trigger and create a variable to drive it.
Execute JavaScript when timeline starts IF finalPublish=true.
Create a variable called finalPublish and set it to false. When you're ready to publish as final, just go into the variable manager and change this to true and all of your JS triggers will run.