mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 13:42:37 +00:00
Update clipboard.js to v2.0.0
This commit is contained in:
parent
89f06274bb
commit
cbf10ebb7f
@ -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…
x
Reference in New Issue
Block a user