1521740553

This commit is contained in:
Arti Zirk 2018-03-22 19:42:33 +02:00
parent 4a215dac7b
commit c7bdad4cb3
1 changed files with 2 additions and 0 deletions

2
app.js
View File

@ -62,5 +62,7 @@ function editBook(bookId) {
addForm.bookGenre.value = book.genre;
addForm.bookDesc.value = book.desc;
addForm.submit.value = "Edit";
deleteBook(bookId);
}