feat: oh look, more changes

This commit is contained in:
Herculino Trotta
2025-11-10 00:28:16 -03:00
parent 7e37948616
commit b38ed37bc5
27 changed files with 636 additions and 624 deletions

View File

@@ -3,6 +3,7 @@
init
set selects to <select/> in me
for x in selects
remove .select from x
js(it)
TomSelect(it)
end

View File

@@ -1,13 +1,13 @@
<script type="text/hyperscript">
init
call initiateTooltips()
end
on htmx:afterSettle
call initiateTooltips()
end
on tooltips
call initiateTooltips()
end
</script>
{#<script type="text/hyperscript">#}
{#init#}
{# call initiateTooltips()#}
{#end#}
{##}
{#on htmx:afterSettle#}
{# call initiateTooltips()#}
{#end#}
{# #}
{#on tooltips#}
{# call initiateTooltips()#}
{#end#}
{#</script>#}