Files
WYGIWYH/app/templates/includes/scripts/hyperscript/htmx_error_handler.html

9 lines
347 B
HTML

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