Upgrade htmx to v1.8.0 (#18)

This commit is contained in:
2022-07-14 18:55:52 -04:00
parent 355ade8c87
commit 2906c20efa
4 changed files with 16 additions and 16 deletions

View File

@@ -138,7 +138,7 @@ let bareForTheme theme template next ctx = fun (hash : Hash) -> task {
| Some detail -> $"{m.level}|||{m.message}|||{detail}"
| None -> $"{m.level}|||{m.message}"
|> setHttpHeader "X-Message")
withHxNoPush
withHxNoPushUrl
htmlString (layoutTemplate.Render hash)
}