Change Downloading to a link

This commit is contained in:
Zlatin Balevsky
2019-12-15 19:29:47 +00:00
parent 7ec6257ac0
commit be8fecda39

View File

@@ -222,7 +222,7 @@ function showResults(host, key, descending) {
var downloadCell = null
if (result.downloading == "true")
downloadCell = _t("Downloading")
downloadCell = "<a href='/MuWire/Downloads'>" + _t("Downloading") + "</a>"
else
downloadCell = getDownloadLink(host, infoHash)