Skip to content

Commit

Permalink
Merge pull request #33 from vedatoezdemir/master
Browse files Browse the repository at this point in the history
Methode append zu appendChild umgeschrieben fuer IE-Browser
  • Loading branch information
IngoWinter authored Feb 6, 2020
2 parents 3b20c8b + 7cfa286 commit 87282c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/iwcc_frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ document.addEventListener('DOMContentLoaded', function ()
{
scriptNode.innerHTML = scriptDom.scripts[i].innerHTML;
}
scriptWrapper.append(scriptNode);
scriptWrapper.appendChild(scriptNode);
}
}
}
Expand Down

0 comments on commit 87282c8

Please sign in to comment.