refactor render function and add home page
This commit is contained in:
@ -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!")
|
||||
}
|
||||
|
Reference in New Issue
Block a user