mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 05:21:18 +00:00
fix path
This commit is contained in:
parent
84a5ac79e0
commit
a34d6bcf0b
@ -34,4 +34,4 @@ optionally followed by a colon `:` and a time delay.
|
||||
|
||||
### Source
|
||||
|
||||
<https://unpkg.com/htmx.org/ext/class-tools.js>
|
||||
<https://unpkg.com/htmx.org/dist/ext/class-tools.js>
|
||||
|
@ -43,4 +43,4 @@ The AJAX response body will be parsed as JSON and passed into the template rende
|
||||
|
||||
### Source
|
||||
|
||||
<https://unpkg.com/htmx.org/ext/client-side-templates.js>
|
||||
<https://unpkg.com/htmx.org/dist/ext/client-side-templates.js>
|
||||
|
@ -16,4 +16,4 @@ or through the `console.log` function with a `DEBUG:` prefix.
|
||||
|
||||
### Source
|
||||
|
||||
<https://unpkg.com/htmx.org/ext/debug.js>
|
||||
<https://unpkg.com/htmx.org/dist/ext/debug.js>
|
||||
|
@ -22,4 +22,4 @@ will be evaluated as the fields in a javascript object literal.
|
||||
|
||||
### Source
|
||||
|
||||
<https://unpkg.com/htmx.org/ext/remove-me.js>
|
||||
<https://unpkg.com/htmx.org/dist/ext/remove-me.js>
|
||||
|
@ -15,4 +15,4 @@ This extension encodes parameters in JSON format instead of url format.
|
||||
|
||||
### Source
|
||||
|
||||
<https://unpkg.com/htmx.org/ext/json-enc.js>
|
||||
<https://unpkg.com/htmx.org/dist/ext/json-enc.js>
|
||||
|
@ -21,5 +21,5 @@ swapping mechanism in htmx.
|
||||
|
||||
#### Source
|
||||
|
||||
<https://unpkg.com/htmx.org/ext/morphdom-swap.js>
|
||||
<https://unpkg.com/htmx.org/dist/ext/morphdom-swap.js>
|
||||
|
||||
|
@ -41,4 +41,4 @@ You can use a `*` to match any path component:
|
||||
|
||||
#### Source
|
||||
|
||||
<https://unpkg.com/htmx.org/ext/path-deps.js>
|
||||
<https://unpkg.com/htmx.org/dist/ext/path-deps.js>
|
||||
|
@ -17,4 +17,4 @@ This extension includes the rails `_method` parameter in non-`GET` or `POST` req
|
||||
|
||||
### Source
|
||||
|
||||
<https://unpkg.com/htmx.org/ext/rails-method.js>
|
||||
<https://unpkg.com/htmx.org/dist/ext/rails-method.js>
|
||||
|
@ -18,4 +18,4 @@ The `remove-me` extension allows you to remove an element after a specified inte
|
||||
|
||||
### Source
|
||||
|
||||
<https://unpkg.com/htmx.org/ext/remove-me.js>
|
||||
<https://unpkg.com/htmx.org/dist/ext/remove-me.js>
|
||||
|
Loading…
x
Reference in New Issue
Block a user