mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Use camelCase for a few WebUI vars
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user