Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. (function () {
  2. // Append the safeHTML polyfill
  3. var scriptElem = document.createElement('script');
  4. scriptElem.setAttribute('src', 'scripts/winstore-jscompat.js');
  5. if (document.body) {
  6. document.body.appendChild(scriptElem);
  7. } else {
  8. document.head.appendChild(scriptElem);
  9. }
  10. }());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement