diff options
author | carson <carson@leaddyno.com> | 2022-02-19 12:23:11 -0700 |
---|---|---|
committer | carson <carson@leaddyno.com> | 2022-02-19 12:23:11 -0700 |
commit | c55b8c052df97074ee5619b23a332ee3d7e63590 (patch) | |
tree | 18e8bb2f3a7ae8d5b1523e5880fdb6ed8063347c /www/js/demo | |
parent | 3d93251acdbe6825fb7889d0718758f989aad15b (diff) | |
download | htmx-demo.tar.gz htmx-demo.zip |
update docsdemo
Diffstat (limited to 'www/js/demo')
-rw-r--r-- | www/js/demo/scratch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/demo/scratch.html b/www/js/demo/scratch.html index 1a5647c0..f2174dc1 100644 --- a/www/js/demo/scratch.html +++ b/www/js/demo/scratch.html @@ -20,7 +20,7 @@ <template url="/foo"> - ${hurr++} + ${window.globalInt++} </template> <template url="/bar" delay="3000"> |