1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

Update clipboard.js to v2.0.0

This commit is contained in:
Chocobo1 2018-04-02 01:15:13 +08:00
parent 89f06274bb
commit cbf10ebb7f
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 3 additions and 3 deletions

View File

@ -639,7 +639,7 @@ function setupCopyEventHandler() {
if (clipboardEvent)
clipboardEvent.destroy();
clipboardEvent = new Clipboard('.copyToClipboard', {
clipboardEvent = new ClipboardJS('.copyToClipboard', {
text: function(trigger) {
var textToCopy;

File diff suppressed because one or more lines are too long