Skip to content

Instantly share code, notes, and snippets.

@HugoMatilla
Last active October 17, 2016 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HugoMatilla/36b8baf06df5556fe5790f1ee198e6e4 to your computer and use it in GitHub Desktop.
Save HugoMatilla/36b8baf06df5556fe5790f1ee198e6e4 to your computer and use it in GitHub Desktop.
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = "https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.15.1/moment.min.js";
document.head.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment