unicode: copy to clipboard using execCommand
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 26 Oct 2015 22:16:09 +0000 (23:16 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 26 Oct 2015 22:46:41 +0000 (23:46 +0100)
commitef6460a4e9da4b5082fe908fa9ef489c7ed2d652
tree6d4d77bcd66bc7786212021ebe11b036b7a5370b
parentdab3a79e2d478b8b02bd2efc34a0fe7d5d968c2c
unicode: copy to clipboard using execCommand

Fallback via temporary textarea for modern browsers (chrome 43+, ff 41+).

Code adapted from:
<http://stackoverflow.com/questions/400212/copy-in-js#answer-30810322>
clipboard.js