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

  • 14 February 2017
  • 1 reply
  • 50 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 comments

1 reply


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