We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37bfb9 commit be78c29Copy full SHA for be78c29
1 file changed
app/views/clipboard.scala.html
@@ -12,7 +12,7 @@
12
}
13
14
// Run Clipboard
15
- var copyCode = new Clipboard('.copy-button', {
+ var copyCode = new ClipboardJS('.copy-button', {
16
target: function(trigger) {
17
return trigger.previousElementSibling;
18
0 commit comments