mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
Close selector tag
This commit is contained in:
parent
15e99813fb
commit
60e2ca2a88
@ -307,7 +307,7 @@
|
|||||||
if (in_index) {
|
if (in_index) {
|
||||||
$(`<input type='hidden' name='thread' value='${thread_id}'></input>`).appendTo($("#quick-reply"));
|
$(`<input type='hidden' name='thread' value='${thread_id}'></input>`).appendTo($("#quick-reply"));
|
||||||
$("#quick-reply .handle").append(document.createTextNode(`(${thread_id})`));
|
$("#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"));
|
$(`<input type='hidden' name='board' value='${board}'></input>`).appendTo($("#quick-reply"));
|
||||||
|
|
||||||
// support if captcha is only enabled for threads
|
// support if captcha is only enabled for threads
|
||||||
|
Loading…
Reference in New Issue
Block a user