Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update view.jet.html

Cette révision appartient à :
kilo 2017-10-31 08:19:59 +01:00 révisé par GitHub
Parent ce0c812741
révision e421755f60
Signature inconnue de Forgejo
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -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 {