ok I'm not sure if this has anything to do with th...
# suitescript
k
ok I'm not sure if this has anything to do with the bug you guys have been experiencing the past couple days, but I have a portlet, simple form, that has a hidden field with inlinehtml - at the bottom of this field there is some
<script>
tags that include jQuery from a CDN and another set of script tags that are click events etc. on the html elements included in the form. - works great. However, when I try to include a different
<script>
tag, this time to a CDN version of ChartJS, I get
Chart is not defined
- am I doing this all wrong or is this related to the issues that a lot of people are having?