Skip to content

Commit

Permalink
Fix copy to clipboard action in docs (#277)
Browse files Browse the repository at this point in the history
* Fix copy to clipboard action in docs

* Remove typo
  • Loading branch information
marcospereira authored Apr 13, 2019
1 parent f37bfb9 commit be78c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/clipboard.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

// Run Clipboard
var copyCode = new Clipboard('.copy-button', {
var copyCode = new ClipboardJS('.copy-button', {
target: function(trigger) {
return trigger.previousElementSibling;
}
Expand Down

0 comments on commit be78c29

Please sign in to comment.