Add context menu to Web UI search table

Web UI implementation of #10852.
This commit is contained in:
Thomas Piccirello 2019-07-26 02:54:11 -07:00
parent 35ebd9a095
commit 6ea6e52d99
2 changed files with 60 additions and 25 deletions

View file

@ -1010,8 +1010,6 @@ function setupCopyEventHandler() {
return copyMagnetLinkFN();
case "copyHash":
return copyHashFN();
case "copyDescriptionPageUrl":
return copySearchTorrentUrl();
default:
return "";
}