mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-06-11 09:03: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>
|