Closed brianfryer closed 9 years ago
appendChild() in IE is not applied to <script>-elements (http://stackoverflow.com/a/7091055)
appendChild()
<script>
This pull request fixes this issue by assigning a string using the .text property instead.
.text
This pull request fixes this issue by assigning a string using the
.text
property instead.