add caching and change the layout a bit

This commit is contained in:
rramiachraf 2022-07-01 23:40:13 +01:00
parent 7b2c43cc16
commit e7aa7403c7
8 changed files with 114 additions and 29 deletions

View file

@ -1,4 +1,4 @@
document.querySelectorAll("#lyrics > a").forEach(item => {
document.querySelectorAll("#lyrics a").forEach(item => {
item.addEventListener("click", getAnnotation)
})