Skip to main content

How can I include external third-party javascript libraries in my app?

  • February 14, 2017
  • 1 reply
  • 63 views

In the app.js file, you can use the following code to include an external library:

  

jQuery.getScript(“url”);


Where, url is the link to the external library.

This topic has been closed for replies.

1 reply

  • Contributor
  • February 13, 2018

This is not working for me when I have the live chat active using the old version of freshdesk