Last active
May 9, 2020 13:21
-
-
Save Realetive/110654abce44f8fb7ac8e18440ff05de to your computer and use it in GitHub Desktop.
<script src="https://gist.github.com/Realetive/110654abce44f8fb7ac8e18440ff05de.js" id="artdocWidget"></script>
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
console.log('iframeLoader.js'); | |
var thisScript = document.getElementById('artdocWidget'); | |
var parent = thisScript.parentElement; | |
parent.insertBefore(iframe, thisScript.nextSibling); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment