Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tramirez30 committed Oct 12, 2024
1 parent 87b7ca9 commit a951dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ let selectAuthor = (arr) => {
authorContent += `
<a class="dropdown-item"> ${author}</a>
`;
// Appends list of authors to id selector
dropdownEl.innerHTML += authorContent;
}
};
Expand Down

0 comments on commit a951dfa

Please sign in to comment.