mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-11 21:11:43 +01:00
8 lines
345 B
HTML
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>
|