Skip to content

Commit caf5167

Browse files
committed
fixes #727
1 parent ddfe536 commit caf5167

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fasthtml/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ async def _wrap_call(f, req, params):
443443

444444
# %% ../nbs/api/00_core.ipynb
445445
htmx_exts = {
446+
"morph": "https://cdn.jsdelivr.net/npm/idiomorph@0.7.3/dist/idiomorph-ext.min.js",
446447
"head-support": "https://cdn.jsdelivr.net/npm/htmx-ext-head-support@2.0.3/head-support.js",
447448
"preload": "https://cdn.jsdelivr.net/npm/htmx-ext-preload@2.1.0/preload.js",
448449
"class-tools": "https://cdn.jsdelivr.net/npm/htmx-ext-class-tools@2.0.1/class-tools.js",

nbs/api/00_core.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,7 @@
12681268
"source": [
12691269
"#| export\n",
12701270
"htmx_exts = {\n",
1271+
" \"morph\": \"https://cdn.jsdelivr.net/npm/idiomorph@0.7.3/dist/idiomorph-ext.min.js\",\n",
12711272
" \"head-support\": \"https://cdn.jsdelivr.net/npm/htmx-ext-head-support@2.0.3/head-support.js\",\n",
12721273
" \"preload\": \"https://cdn.jsdelivr.net/npm/htmx-ext-preload@2.1.0/preload.js\",\n",
12731274
" \"class-tools\": \"https://cdn.jsdelivr.net/npm/htmx-ext-class-tools@2.0.1/class-tools.js\",\n",

0 commit comments

Comments
 (0)