redume.su/static/scripts/tooltip.js

6 lines
100 B
JavaScript
Raw Normal View History

2024-03-08 19:38:49 +03:00
tooltip = function () {
tippy("[data-tippy-content]", {
delay: [350],
})
}
tooltip()