Change Downloading to a link

pull/34/head
Zlatin Balevsky 2019-12-15 19:29:47 +00:00
parent 7ec6257ac0
commit be8fecda39
1 changed files with 1 additions and 1 deletions

View File

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