mirror of
https://github.com/Redume/redume.su.git
synced 2025-03-13 18:34:38 +03:00
6 lines
No EOL
100 B
JavaScript
6 lines
No EOL
100 B
JavaScript
tooltip = function () {
|
|
tippy("[data-tippy-content]", {
|
|
delay: [350],
|
|
})
|
|
}
|
|
tooltip() |