Files
WYGIWYH/app/templates/includes/scripts/hyperscript/htmx_error_handler.html
Herculino Trotta 3dde44b1cd changes
2024-10-09 00:31:21 -03:00

9 lines
363 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 then
log 'oi'
end
</script>