From be8fecda39af6999d986bbff23b44789c70f5d5f Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sun, 15 Dec 2019 19:29:47 +0000 Subject: [PATCH] Change Downloading to a link --- webui/src/main/js/browse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/main/js/browse.js b/webui/src/main/js/browse.js index 4d14d7c6..13090590 100644 --- a/webui/src/main/js/browse.js +++ b/webui/src/main/js/browse.js @@ -222,7 +222,7 @@ function showResults(host, key, descending) { var downloadCell = null if (result.downloading == "true") - downloadCell = _t("Downloading") + downloadCell = "" + _t("Downloading") + "" else downloadCell = getDownloadLink(host, infoHash)