mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 21:05:36 -04:00
feat: more styling
This commit is contained in:
parent
068639b1fc
commit
b4cc28cb40
2 changed files with 17 additions and 6 deletions
|
@ -98,6 +98,8 @@ submitButton.addEventListener('click', event => {
|
|||
addBookToLibrary(newBook);
|
||||
displayBooks(myLibrary);
|
||||
event.preventDefault();
|
||||
dialog.close();
|
||||
|
||||
});
|
||||
|
||||
addBookButton.addEventListener('click', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue