Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Jon-Biz
Created November 9, 2016 18:43
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 Jon-Biz/4395bdb32831e57a781fb99189d64e8a to your computer and use it in GitHub Desktop.
Save Jon-Biz/4395bdb32831e57a781fb99189d64e8a to your computer and use it in GitHub Desktop.
Insert an external file into Twine
(function ($) {
$(document.head)
.append('<script type="text/javascript" src="http://localhost:1234/twineAPI.js" />')
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment