mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Use camelCase for a few WebUI vars
This commit is contained in:
parent
7b31868e3c
commit
e917c371d9
5 changed files with 89 additions and 89 deletions
|
@ -854,11 +854,11 @@ function setupCopyEventHandler() {
|
|||
clipboardEvent = new ClipboardJS('.copyToClipboard', {
|
||||
text: function(trigger) {
|
||||
switch (trigger.id) {
|
||||
case "CopyName":
|
||||
case "copyName":
|
||||
return copyNameFN();
|
||||
case "CopyMagnetLink":
|
||||
case "copyMagnetLink":
|
||||
return copyMagnetLinkFN();
|
||||
case "CopyHash":
|
||||
case "copyHash":
|
||||
return copyHashFN();
|
||||
case "copyDescriptionPageUrl":
|
||||
return copySearchTorrentUrl();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue