Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update upload.jet.html

Cette révision appartient à :
kilo 2017-08-02 21:50:10 +02:00 révisé par GitHub
Parent 1f81502ca6
révision f19d42cd59

Voir le fichier

@ -161,9 +161,9 @@
<p>{{ T("description_markdown_notice")}}</p>
<textarea name="desc" id="desc" class="form-input up-input" style="height: 10rem;">{{Form.Description}}</textarea>
<h3 id="tah-h3">{{ T("torrent_tags")}}</h3>
<h3 id="tag-h3" style="display:none;">{{ T("torrent_tags")}}</h3>
<span id="tags_list"></span>
<a id="tagPopup" href="#" class="add-tag">{{ T("add") }}</a>
<a id="tagPopup" href="#" class="add-tag" style="display:none;">>{{ T("add") }}</a>
<input type="hidden" name="tags" id="tags" value="{{ Form.Tags }}">
{{ yield errors(name="tags")}}
<div style="width: 240px">
@ -218,7 +218,7 @@ Modal.Init({
// order of apparition of the modals
button: "#tagPopup"
});
document.getElementById("tags_list").style.display = "initial";
document.getElementById("add-tag").style.display = "initial";
document.getElementById("tag-h3").style.display = "initial";
var tags = []
document.querySelector("#modal_tag_form form").addEventListener("submit", function(e) {