1521739315

This commit is contained in:
Arti Zirk 2018-03-22 19:21:55 +02:00
parent 0b12f2b7c6
commit 43caa10e01
1 changed files with 1 additions and 0 deletions

1
app.js
View File

@ -36,6 +36,7 @@ function deleteBook(bookId) {
console.log("Delete Book", bookId);
let rowElement = document.getElementById("bookRow"+bookId);
bookTable.removeChild(rowElement);
}
function editBook() {