1521740138

This commit is contained in:
Arti Zirk 2018-03-22 19:35:38 +02:00
parent ab12d19369
commit dbbecb6b72
1 changed files with 2 additions and 0 deletions

2
app.js
View File

@ -48,6 +48,8 @@ function deleteBook(bookId) {
let rowElement = document.getElementById("bookRow"+bookId);
bookTable.removeChild(rowElement);
delete books[bookId];
}
function editBook(bookId) {