mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Add context menu to Web UI search table
Web UI implementation of #10852.
This commit is contained in:
parent
35ebd9a095
commit
6ea6e52d99
2 changed files with 60 additions and 25 deletions
|
@ -1010,8 +1010,6 @@ function setupCopyEventHandler() {
|
|||
return copyMagnetLinkFN();
|
||||
case "copyHash":
|
||||
return copyHashFN();
|
||||
case "copyDescriptionPageUrl":
|
||||
return copySearchTorrentUrl();
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue