mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-06 13:19:32 -06:00
14 lines
174 B
HTML
14 lines
174 B
HTML
<script type="text/hyperscript">
|
|
init
|
|
call initiateTooltips()
|
|
end
|
|
|
|
on htmx:afterSettle
|
|
call initiateTooltips()
|
|
end
|
|
|
|
on tooltips
|
|
call initiateTooltips()
|
|
end
|
|
</script>
|