From 60e2ca2a8816fba0b3060b2c1b938d2304de33ee Mon Sep 17 00:00:00 2001 From: Weav <89118232+perdedora@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:01:15 +0000 Subject: [PATCH] Close selector tag --- js/quick-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quick-reply.js b/js/quick-reply.js index 92ff3600..64c766dd 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -307,7 +307,7 @@ if (in_index) { $(``).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); $(``).appendTo($("#quick-reply")); // support if captcha is only enabled for threads