Vendor htmx 2.0.6 (#57)

This commit is contained in:
2025-07-04 18:18:13 -04:00
parent e8953d6072
commit 87fbb1a8c7
5 changed files with 34 additions and 14 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ module Layout =
script [ _src "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
_integrity "sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
_crossorigin "anonymous" ] []
Script.minified
script [ _src (relUrl app "htmx.min.js") ] []
script [ _src (relUrl app "themes/admin/admin.js") ] []
]
]