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
4657a6320b
commit
25737e1f1b
1 changed files with 1 additions and 1 deletions
|
@ -10,10 +10,10 @@
|
||||||
<link rel="icon" href="/assets/favicon.ico" sizes="16x16 32x32">
|
<link rel="icon" href="/assets/favicon.ico" sizes="16x16 32x32">
|
||||||
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
|
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
|
||||||
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png">
|
||||||
<meta name="htmx-config" content='{"responseHandling": [{"code":"204", "swap": false},{"code":"...", "swap": true}]}'>
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
window.htmx = require('htmx.org');
|
window.htmx = require('htmx.org');
|
||||||
</script>
|
</script>
|
||||||
|
<meta name="htmx-config" content='{"responseHandling": [{"code":"204", "swap": false},{"code":"...", "swap": true}]}'>
|
||||||
<style>
|
<style>
|
||||||
.flex-container {
|
.flex-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Reference in a new issue