Skip to content

Instantly share code, notes, and snippets.

View Jon-Biz's full-sized avatar

Jonathan El-Bizri Jon-Biz

  • San Francisco
View GitHub Profile
@Jon-Biz
Jon-Biz / gist:4395bdb32831e57a781fb99189d64e8a
Created November 9, 2016 18:43
Insert an external file into Twine
(function ($) {
$(document.head)
.append('<script type="text/javascript" src="http://localhost:1234/twineAPI.js" />')
})(jQuery);