Skip to content

Instantly share code, notes, and snippets.

@morten-olsen
Last active March 5, 2018 13:06
Show Gist options
  • Select an option

  • Save morten-olsen/4f9f4140569eca52cb8d232fae959b5a to your computer and use it in GitHub Desktop.

Select an option

Save morten-olsen/4f9f4140569eca52cb8d232fae959b5a to your computer and use it in GitHub Desktop.
(function () {
var scripts = [
'javascript/vendor/react-5719686e34346bcd.dll.js',
'javascript/vendor/core-5719686e34346bcd.dll.js',
'javascript/vendor/lib-0648efa1db497870.js',
'javascript/app-0648efa1db497870.js',
];
for (var i = 0; i < scripts.length; i++) {
var elm = document.createElement('script');
elm.src = 'https://sampension.lifeflow.in/' + scripts[i];
document.head.appendChild(elm);
}
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment