Skip to content

Commit

Permalink
Bugfix: reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Dec 22, 2018
1 parent 7849b35 commit 52440df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minit-js.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function minitLoadScript( url, id ) {
};

scripts.map( function( script ) {
minitLoadScript( script.url, script.id );
minitLoadScript( script.src, script.id );
} );
})();
</script>
Expand Down

0 comments on commit 52440df

Please sign in to comment.