mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 21:37:38 +03:00
initial commit
This commit is contained in:
commit
7b2c43cc16
13 changed files with 285 additions and 0 deletions
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()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue