mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-10 09:50:06 +02: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>
|