You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that although the bootstrap library is made local to the project (/js/bootstrap.js and /js/bootstrap.min.js), the same is not true of the JQuery library. The sample HTML are calling the JQuery library from a CDN (https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js).
It's easy enough to call JQuery from a local location per project or per organization, but I wonder if there is a particular reason for this? This won't be acceptable for production code.
The text was updated successfully, but these errors were encountered:
I see that although the bootstrap library is made local to the project (/js/bootstrap.js and /js/bootstrap.min.js), the same is not true of the JQuery library. The sample HTML are calling the JQuery library from a CDN (https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js).
It's easy enough to call JQuery from a local location per project or per organization, but I wonder if there is a particular reason for this? This won't be acceptable for production code.
The text was updated successfully, but these errors were encountered: