mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Update clipboard.js to v2.0.0
This commit is contained in:
parent
89f06274bb
commit
cbf10ebb7f
2 changed files with 3 additions and 3 deletions
|
@ -639,7 +639,7 @@ function setupCopyEventHandler() {
|
|||
if (clipboardEvent)
|
||||
clipboardEvent.destroy();
|
||||
|
||||
clipboardEvent = new Clipboard('.copyToClipboard', {
|
||||
clipboardEvent = new ClipboardJS('.copyToClipboard', {
|
||||
text: function(trigger) {
|
||||
var textToCopy;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue