mirror of https://github.com/zlatinb/muwire
Change Downloading to a link
parent
7ec6257ac0
commit
be8fecda39
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue