Use camelCase for a few WebUI vars

This commit is contained in:
thalieht 2018-12-28 19:51:17 +02:00
parent 7b31868e3c
commit e917c371d9
5 changed files with 89 additions and 89 deletions

View file

@ -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();