Skip to content

Commit

Permalink
update turtle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smtdfc committed Feb 11, 2024
1 parent 0f4b895 commit cb71ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/turtle.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function addScript(src, asyncLoad=false,script) {
reject()
}
script.src = src;
d.getElementsByTagName('head')[0].appendChild(script)
d.getElementsByTagName('body')[0].appendChild(script)
})

}

0 comments on commit cb71ca9

Please sign in to comment.