Created
November 13, 2015 15:55
-
-
Save homerquan/1a27bb6c4c9c815aec54 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
// DO NOT MODIFY EXISITING DOM | |
var elem = document.createElement('link'); elem.rel = 'import'; | |
elem.href = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'localhost:5000/elements/reflen-widget/reflen-widget.html'; | |
elem.crossorigin = 'anonymous'; | |
document.getElementsByTagName('head')[0].appendChild(elem); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment