Last active
March 5, 2018 13:06
-
-
Save morten-olsen/4f9f4140569eca52cb8d232fae959b5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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