1521739600

This commit is contained in:
Arti Zirk 2018-03-22 19:26:40 +02:00
parent bfff8afb1f
commit 87b2235528
1 changed files with 2 additions and 0 deletions

2
app.js
View File

@ -41,4 +41,6 @@ function deleteBook(bookId) {
function editBook(bookId) {
console.log("Edit book");
let rowElement = document.getElementById("bookRow"+bookId);
}