Skip to content
Snippets Groups Projects
Commit 617ada2c authored by AA2875's avatar AA2875
Browse files

settiä

parent 34a185b5
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ function createJumpListItem(jump) {
li.setAttributeNode(li_attr)
let jumpNumber = document.createTextNode("#" + jump.number)
li.appendChild(jumpNumber)
li.appendChild(ul)
ul.appendChild(addJumpInfo(jump)) // SEKASIN
document.getElementById(jump._id).appendChild(ul)
return li
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment