Files
WYGIWYH/app/templates/includes/scripts/hyperscript/toast.html
Herculino Trotta 3dde44b1cd changes
2024-10-09 00:31:21 -03:00

7 lines
230 B
HTML

<script type="text/hyperscript">
behavior toast
on mouseenter call bootstrap.Tooltip.getOrCreateInstance(me).show() end
on mouseleave or click call bootstrap.Tooltip.getOrCreateInstance(me).dispose() end
end
</script>