mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 21:37:38 +03:00
refactor render function and add home page
This commit is contained in:
parent
e7e08aad6d
commit
4b70a153aa
6 changed files with 56 additions and 12 deletions
|
@ -14,5 +14,6 @@ document.querySelectorAll("#lyrics a").forEach(item => {
|
|||
|
||||
function getAnnotation(e) {
|
||||
e.preventDefault()
|
||||
console.log(e.target.parentElement.getAttribute("href"))
|
||||
//const uri = e.target.parentElement.getAttribute("href")
|
||||
console.log("Annotations are not yet implemented!")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue