Files
WYGIWYH/app/templates/includes/scripts/hyperscript/htmx_error_handler.html
2024-10-09 22:24:45 -03:00

8 lines
345 B
HTML

<script type="text/hyperscript">
behavior htmx_error_handler
on htmx:responseError or htmx:afterRequest[detail.failed] remove .invisible .visually-hidden .swing-in-top-fwd from
#loading-error then log event
on htmx:afterRequest[detail.successful] add .invisible .visually-hidden .swing-in-top-fwd to #loading-error
end
</script>