1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

Close selector tag

This commit is contained in:
Weav 2024-08-28 18:01:15 +00:00 committed by GitHub
parent 15e99813fb
commit 60e2ca2a88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -307,7 +307,7 @@
if (in_index) {
$(`<input type='hidden' name='thread' value='${thread_id}'></input>`).appendTo($("#quick-reply"));
$("#quick-reply .handle").append(document.createTextNode(`(${thread_id})`));
$("#quick-reply input[type='submit'").attr("value", button_reply);
$("#quick-reply input[type='submit']").attr("value", button_reply);
$(`<input type='hidden' name='board' value='${board}'></input>`).appendTo($("#quick-reply"));
// support if captcha is only enabled for threads