diff --git a/templates/site/torrents/upload.jet.html b/templates/site/torrents/upload.jet.html index 48d93b84..c7a88919 100644 --- a/templates/site/torrents/upload.jet.html +++ b/templates/site/torrents/upload.jet.html @@ -161,7 +161,7 @@

{{ T("description_markdown_notice")}}

-

{{ T("torrent_tags")}}

+

{{ T("torrent_tags")}}

{{ T("add") }} @@ -219,7 +219,7 @@ Modal.Init({ button: "#tagPopup" }); document.getElementById("tags_list").style.display = "initial"; -document.getElementById("tag-j3").style.display = "initial"; +document.getElementById("tag-h3").style.display = "initial"; var tags = [] document.querySelector("#modal_tag_form form").addEventListener("submit", function(e) { var form = e.target