Last active
February 24, 2020 23:37
-
-
Save BaileySimrell/601406909a8ff677205e36423889b797 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
<!-- orgID --> | |
<script> | |
var orgID = ("9ac76"); | |
var orgIDClasses = document.getElementsByClassName("org-id"); | |
for (var i = 0; i < orgIDClasses.length; i++) { | |
orgIDClasses[i].innerHTML = (orgID); | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment