Update index.html
This commit is contained in:
parent
4b02949e95
commit
299ed0fc3b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
</ul>
|
||||
|
||||
<script>
|
||||
for (let li of document.querySelector('li')) {
|
||||
for (let li of document.querySelectorAll('li')) {
|
||||
// get the title from the text node
|
||||
let title = li.firstChild.data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue