From 03aa185610532af16ffdeb5109012fdfb653e524 Mon Sep 17 00:00:00 2001 From: Joel Lovera Date: Tue, 9 Aug 2016 12:45:48 -0400 Subject: [PATCH] add jsbin snippet --- _posts/en/2016-08-02-copy-to-clipboard.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/en/2016-08-02-copy-to-clipboard.md b/_posts/en/2016-08-02-copy-to-clipboard.md index 5e62223b..008a484d 100644 --- a/_posts/en/2016-08-02-copy-to-clipboard.md +++ b/_posts/en/2016-08-02-copy-to-clipboard.md @@ -22,4 +22,6 @@ document.querySelector('#input').select(); document.execCommand('copy'); ``` -See this in action [here](https://jsbin.com/huhozu/edit?html,js,output) \ No newline at end of file +
+ JS Bin on jsbin.com +