Skip to content

Commit

Permalink
More bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed Mar 19, 2024
1 parent d6b0c33 commit a1b5da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const aside = document.getElementsByName("aside").item(0);
const aside = document.createElement('aside');
const ol = document.createElement("ol");
aside.appendChild(ol);

Expand Down

0 comments on commit a1b5da8

Please sign in to comment.