mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-20 16:44:00 +01:00
refactor: rename toast behavior to tooltip (typo)
This commit is contained in:
6
app/templates/includes/scripts/hyperscript/tooltip.html
Normal file
6
app/templates/includes/scripts/hyperscript/tooltip.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<script type="text/hyperscript">
|
||||
behavior tooltip
|
||||
on mouseenter call bootstrap.Tooltip.getOrCreateInstance(me).show() end
|
||||
on mouseleave or click call bootstrap.Tooltip.getOrCreateInstance(me).dispose() end
|
||||
end
|
||||
</script>
|
||||
Reference in New Issue
Block a user