From 09c3faf3e74df67de8e199bbe9c63952718f860f Mon Sep 17 00:00:00 2001 From: winter Date: Thu, 20 Mar 2025 22:38:46 +0000 Subject: also fix the reply submit button oops --- templates/note/reply_form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/note/reply_form.php b/templates/note/reply_form.php index e51466d..96375c1 100644 --- a/templates/note/reply_form.php +++ b/templates/note/reply_form.php @@ -26,7 +26,7 @@ $selectedScope = $note->privacy->scope->value; send toggle to #interactButton-reply-= $note->id ?> then trigger update on #liveTimelineUpdater on toggle or htmx:afterOnLoad toggle @hidden" hidden hx-post="/fragment/note/= $note->id ?>/reply" - hx-disabled-elt="find button" hx-swap="outerHTML" hx-target="this"> + hx-disabled-elt="#replySubmitButton-= $note->id ?>" hx-swap="outerHTML" hx-target="this">