add caching and change the layout a bit
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
document.querySelectorAll("#lyrics > a").forEach(item => {
|
||||
document.querySelectorAll("#lyrics a").forEach(item => {
|
||||
item.addEventListener("click", getAnnotation)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user