Skip to main content

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

  • February 14, 2017
  • 1 reply
  • 57 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.

Did this topic help you find an answer to your question?
This topic has been closed for comments

1 reply

  • Contributor
  • 4 replies
  • February 13, 2018

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