Virtual Agent Branding - Colors not being honored in Virtual Agent Portal WidgetIssue Virtual Agent branding colors are not honored in Virtual Agent Portal widget with the following errors in the browser console. Uncaught SyntaxError: missing ) after argument list at "sn-va-web-client-app.do" line 1.ReleaseAll Versions.CauseThis is caused by setting the properties glide.ui.escape_all_script and glide.ui.escape_text to false. This system property forces all expressions within Jelly JavaScript <script> tags to be escaped by default.ResolutionSet the system property glide.ui.escape_all_script and glide.ui.escape_text to true.