mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -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)
|
if (clipboardEvent)
|
||||||
clipboardEvent.destroy();
|
clipboardEvent.destroy();
|
||||||
|
|
||||||
clipboardEvent = new Clipboard('.copyToClipboard', {
|
clipboardEvent = new ClipboardJS('.copyToClipboard', {
|
||||||
text: function(trigger) {
|
text: function(trigger) {
|
||||||
var textToCopy;
|
var textToCopy;
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue