Created
August 15, 2016 06:23
-
-
Save pfrandsen/6f7f87b631540d64ab62a7088cbd518e to your computer and use it in GitHub Desktop.
Make text selectable in Depo (internal tool)
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() { | |
| for (let elem of document.getElementsByClassName("no-select")) { | |
| elem.classList.remove("no-select"); | |
| } | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment