upgrade htmx 1.9.4 to 2.0.2

main
Zynh Ludwig 2024-08-30 19:58:31 -07:00
parent 2acdcc6d2f
commit 192502df18
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ pub fn HtmxPage(children: Children) -> impl IntoView {
<script src="/scripts/file_label.js" />
<script src="/scripts/link.js" />
<script
src="https://unpkg.com/htmx.org@1.9.4"
integrity="sha384-zUfuhFKKZCbHTY6aRR46gxiqszMk5tcHjsVFxnUo8VMus4kHGVdIYVbOYYNlKmHV"
src="https://unpkg.com/htmx.org@2.0.2"
integrity="sha384-Y7hw+L/jvKeWIRRkqWYfPcvVxHzVzn5REgzbawhxAuQGwX1XWe70vji+VSeHOThJ"
crossorigin="anonymous"
></script>
</head>