Skip to content

Commit d18f3f9

Browse files
committed
work commit
1 parent a5b5ae9 commit d18f3f9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

partials/contact.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ <h2 class="display-5 mb-4">Lust auf Zusammenarbeit?<br />
5656
<form x-data="formGuard()" x-init="init()" hx-post="https://api.andreploeger.com/contact"
5757
hx-ext="json-enc" hx-encoding="json" hx-swap="none"
5858
hx-disabled-elt="button[type=submit], input[type=submit]"
59-
@htmx:configRequest.window="configRequest($event)"
60-
@htmx:beforeRequest.window="beforeRequest($event)"
61-
@htmx:afterRequest.window="afterRequest($event)" action="" method="post"
62-
class="php-email-form">
59+
@htmx:configRequest="configRequest($event)" @htmx:beforeRequest="beforeRequest($event)"
60+
@htmx:afterRequest="afterRequest($event)" action="" method="post" class="php-email-form">
6361

6462
<div class="row gy-4">
6563

0 commit comments

Comments
 (0)