1521739199

This commit is contained in:
Arti Zirk 2018-03-22 19:19:59 +02:00
parent 86aa693243
commit 0b12f2b7c6
1 changed files with 2 additions and 0 deletions

2
app.js
View File

@ -34,6 +34,8 @@ function addBook(event){
function deleteBook(bookId) {
console.log("Delete Book", bookId);
let rowElement = document.getElementById("bookRow"+bookId);
}
function editBook() {