From e421755f60d3b3c83a390ad3295810a40dd63ab0 Mon Sep 17 00:00:00 2001 From: kilo Date: Tue, 31 Oct 2017 08:19:59 +0100 Subject: [PATCH] Update view.jet.html --- templates/site/torrents/view.jet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/site/torrents/view.jet.html b/templates/site/torrents/view.jet.html index fbe4a31d..881dea95 100644 --- a/templates/site/torrents/view.jet.html +++ b/templates/site/torrents/view.jet.html @@ -360,7 +360,7 @@ Modal.Init({ Query.Get('/download/{{Torrent.Hash}}?js_query=true', function (data) { if(typeof data.exists != "undefined" && data.exists == true) { torrentLink.innerHTML = oldDownloadHtml - torrentLink.style.opacity = 1 + torrentLink.style = torrentLink.style + "opacity: 1!important;filter: grayscale(0);" torrentLink.removeEventListener("click", function (e) {}); torrentLink.click(); } else {