fix path to htmx resource; don't use htmx extensions

This commit is contained in:
Helmut Merz 2024-07-01 11:30:15 +02:00
parent fcccd8618a
commit 2d8076acf9
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
import 'htmx.org' import 'htmx.org'
import 'htmx-ext-sse' //import 'htmx-ext-sse'
import 'htmx-ext-path-params' //import 'htmx-ext-path-params'

View file

@ -1,4 +1,4 @@
<button hx-get="app/demo" <button hx-get="app/demo/"
hx-select="[itemprop=articleBody] p"> hx-select="[itemprop=articleBody] p">
Hello World! Hello World!
</button> </button>