initial commit
This commit is contained in:
7
static/script.js
Normal file
7
static/script.js
Normal file
@ -0,0 +1,7 @@
|
||||
document.querySelectorAll("#lyrics > a").forEach(item => {
|
||||
item.addEventListener("click", getAnnotation)
|
||||
})
|
||||
|
||||
function getAnnotation(e) {
|
||||
e.preventDefault()
|
||||
}
|
Reference in New Issue
Block a user