mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-03-03 14:31:25 +03:00
add other page and js, css
This commit is contained in:
parent
25f68a498a
commit
1e33e0a6d8
8 changed files with 279 additions and 0 deletions
2
web/static/scripts/tooltip.js
Normal file
2
web/static/scripts/tooltip.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
|
Loading…
Add table
Reference in a new issue