fix: htmx:after:swap was still using old syntax

This commit is contained in:
imperosol
2026-09-20 23:07:09 +02:00
parent 994130550a
commit aedfbf948e
3 changed files with 6 additions and 6 deletions
@@ -186,7 +186,7 @@
{% if refilling_fragment %}
<div
class="accordion-content"
@htmx:after-swap="onRefillingSuccess"
@htmx:after:swap="onRefillingSuccess"
>
{{ refilling_fragment }}
</div>