Skip to content

Commit

Permalink
bump htmx
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Jul 9, 2024
1 parent 48eefe8 commit b921bde
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions bulk-update/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />

<script src="https://unpkg.com/htmx.org@1.9.6"
integrity="sha384-FhXw7b6AlE/jyjlZH5iHa/tTe9EpJ1Y55RjcgPbjeWMskSxZt1v9qkxLJWNJaGni"
<script src="https://unpkg.com/htmx.org@2.0.0"
integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@1.5.10/css/pico.min.css"
integrity="sha384-JnI9fsy7u0hXe2CXur8V8MkHfeqi2q7x6KYi4DbEYIjZJuP2Z2eMlp2RbdO7p3zL"
Expand Down
4 changes: 2 additions & 2 deletions click-to-edit/contact.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Click to edit example" />

<script src="https://unpkg.com/htmx.org@1.9.6"
integrity="sha384-FhXw7b6AlE/jyjlZH5iHa/tTe9EpJ1Y55RjcgPbjeWMskSxZt1v9qkxLJWNJaGni"
<script src="https://unpkg.com/htmx.org@2.0.0"
integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@1.5.10/css/pico.min.css"
integrity="sha384-JnI9fsy7u0hXe2CXur8V8MkHfeqi2q7x6KYi4DbEYIjZJuP2Z2eMlp2RbdO7p3zL"
Expand Down
4 changes: 2 additions & 2 deletions click-to-load/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<title>Click to Load</title>
<meta charset="UTF-8" />
<script src="https://unpkg.com/htmx.org@1.9.6"
integrity="sha384-FhXw7b6AlE/jyjlZH5iHa/tTe9EpJ1Y55RjcgPbjeWMskSxZt1v9qkxLJWNJaGni"
<script src="https://unpkg.com/htmx.org@2.0.0"
integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw"
crossorigin="anonymous"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions delete-row/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<head>
<title>Delete Row</title>
<meta charset="UTF-8" />
<script src="https://unpkg.com/htmx.org@1.9.6"
integrity="sha384-FhXw7b6AlE/jyjlZH5iHa/tTe9EpJ1Y55RjcgPbjeWMskSxZt1v9qkxLJWNJaGni"
<script src="https://unpkg.com/htmx.org@2.0.0"
integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw"
crossorigin="anonymous"></script>
<style>
tr.htmx-swapping td {
Expand Down
4 changes: 2 additions & 2 deletions edit-row/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<head>
<title>Edit Row</title>
<meta charset="UTF-8" />
<script src="https://unpkg.com/htmx.org@1.9.6"
integrity="sha384-FhXw7b6AlE/jyjlZH5iHa/tTe9EpJ1Y55RjcgPbjeWMskSxZt1v9qkxLJWNJaGni"
<script src="https://unpkg.com/htmx.org@2.0.0"
integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw"
crossorigin="anonymous"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions infinite-scroll/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<head>
<title>Infinite Scroll</title>
<meta charset="UTF-8" />
<script src="https://unpkg.com/htmx.org@1.9.6"
integrity="sha384-FhXw7b6AlE/jyjlZH5iHa/tTe9EpJ1Y55RjcgPbjeWMskSxZt1v9qkxLJWNJaGni"
<script src="https://unpkg.com/htmx.org@2.0.0"
integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw"
crossorigin="anonymous"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions lazy-loading/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ func indexHandler(res http.ResponseWriter, _ *http.Request) {
<html lang="en">
<head>
<title>Lazy Loading</title>
<script src="https://unpkg.com/htmx.org@1.9.6"
integrity="sha384-FhXw7b6AlE/jyjlZH5iHa/tTe9EpJ1Y55RjcgPbjeWMskSxZt1v9qkxLJWNJaGni"
<script src="https://unpkg.com/htmx.org@2.0.0"
integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw"
crossorigin="anonymous"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions spreadsheet/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />

<script src="https://unpkg.com/htmx.org@1.9.6"
integrity="sha384-FhXw7b6AlE/jyjlZH5iHa/tTe9EpJ1Y55RjcgPbjeWMskSxZt1v9qkxLJWNJaGni"
<script src="https://unpkg.com/htmx.org@2.0.0"
integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw"
crossorigin="anonymous"></script>

<style>
Expand Down

0 comments on commit b921bde

Please sign in to comment.