Skip to content

Commit b98f95e

Browse files
authored
Update part0b.md
1 parent 2e4c551 commit b98f95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/0/en/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ xhttp.onreadystatechange = function() {
154154
li.appendChild(document.createTextNode(note.content))
155155
})
156156

157-
document.getElementsByClassName('notes').appendChild(ul)
157+
document.getElementById('notes').appendChild(ul)
158158
}
159159
}
160160

0 commit comments

Comments
 (0)