mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-13 05:45:25 +01:00
9 lines
347 B
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>
|