Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
update to latest loadJS version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Oct 24, 2014
1 parent d4dc5af commit 27758ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enhance.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
var ref = window.document.getElementsByTagName( "script" )[ 0 ];
var script = window.document.createElement( "script" );
script.src = src;
script.async = true;
ref.parentNode.insertBefore( script, ref );
return script;
}
Expand Down

0 comments on commit 27758ac

Please sign in to comment.