From c32211a16766e8663b9e3e0453ffbce0c3cc9e1c Mon Sep 17 00:00:00 2001 From: kilo Date: Wed, 2 Aug 2017 21:48:03 +0200 Subject: [PATCH] JS trigger the display --- templates/site/torrents/upload.jet.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/site/torrents/upload.jet.html b/templates/site/torrents/upload.jet.html index c8519252..48d93b84 100644 --- a/templates/site/torrents/upload.jet.html +++ b/templates/site/torrents/upload.jet.html @@ -218,6 +218,8 @@ Modal.Init({ // order of apparition of the modals button: "#tagPopup" }); +document.getElementById("tags_list").style.display = "initial"; +document.getElementById("tag-j3").style.display = "initial"; var tags = [] document.querySelector("#modal_tag_form form").addEventListener("submit", function(e) { var form = e.target