mirror of
https://github.com/Redume/redume.su.git
synced 2025-03-14 10:54:37 +03:00
init
This commit is contained in:
commit
e8550cc761
13 changed files with 214 additions and 0 deletions
6
static/scripts/tooltip.js
Normal file
6
static/scripts/tooltip.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
tooltip = function () {
|
||||
tippy("[data-tippy-content]", {
|
||||
delay: [350],
|
||||
})
|
||||
}
|
||||
tooltip()
|
Loading…
Add table
Add a link
Reference in a new issue