Make HTMX swap error codes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
13d11ea722
commit
18d01a9cc6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<script type="module">
|
||||
window.htmx = require('htmx.org');
|
||||
</script>
|
||||
<meta name="htmx-config" content='{"responseHandling": [{"code":"...", "swap": true}]}'>
|
||||
<meta name="htmx-config" content='{"responseHandling": [{"code":"204", "swap": false},{"code":"...", "swap": true}]}'>
|
||||
<style>
|
||||
.flex-container {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue