mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Update clipboard.js to v2.0.0
This commit is contained in:
@@ -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
Reference in New Issue
Block a user