Skip to content

Commit

Permalink
Copy to clipboard: Update to v1.7.1. Fix #1220
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Dec 5, 2017
1 parent e7b5e82 commit a1b85e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/copy-to-clipboard/prism-copy-to-clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
};

script.src = 'https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.8/clipboard.min.js';
script.src = 'https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js';
head.appendChild(script);
}

Expand Down
2 changes: 1 addition & 1 deletion plugins/copy-to-clipboard/prism-copy-to-clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1b85e3

Please sign in to comment.