rudimentary css
This commit is contained in:
parent
7515010afd
commit
2c90e19eba
10 changed files with 109 additions and 110 deletions
|
|
@ -1,7 +1,4 @@
|
|||
<button id="close_button">Close</button>
|
||||
{{.Status}}
|
||||
<script>
|
||||
document.getElementById("close_button").addEventListener("click", function () {
|
||||
document.getElementById("new_order_response").innerHTML = ""
|
||||
})
|
||||
</script>
|
||||
<div>
|
||||
<h3>{{.Status}}</h3>
|
||||
<button hx-get="new_order_form.html" hx-swap="outerHTML" hx-target="closest div">Close</button>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue