mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-18 23:09:58 +02:00
feat: oh look, more changes
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
init
|
||||
set selects to <select/> in me
|
||||
for x in selects
|
||||
remove .select from x
|
||||
js(it)
|
||||
TomSelect(it)
|
||||
end
|
||||
|
||||
@@ -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>#}
|
||||
|
||||
Reference in New Issue
Block a user