Hello,
I have added the following script on my app header section:
But when opening a page now I’m getting this error:
Any idea what is going wrong? I mean this is a published js library and I cannot even load it
Thanks, Alex
Hello,
I have added the following script on my app header section:
But when opening a page now I’m getting this error:
Any idea what is going wrong? I mean this is a published js library and I cannot even load it
Thanks, Alex
Usually scripts are added to the end of the body. Take this test to see if it works
The error is raised when the script is loaded. Not when I’m using the library. I’m getting an error by simply referencing the library I tried multiple cdn and different version. There seem to ba a limitation on the kind of “Javascript” we can use in bubble… Maybe some polyfill error…
I should have read the manual… moment-timezone requires moment to be loaded first. Thansk for the help.
Requires them to be placed on the page in order, right?