1521739199
This commit is contained in:
parent
86aa693243
commit
0b12f2b7c6
2
app.js
2
app.js
@ -34,6 +34,8 @@ function addBook(event){
|
|||||||
|
|
||||||
function deleteBook(bookId) {
|
function deleteBook(bookId) {
|
||||||
console.log("Delete Book", bookId);
|
console.log("Delete Book", bookId);
|
||||||
|
|
||||||
|
let rowElement = document.getElementById("bookRow"+bookId);
|
||||||
}
|
}
|
||||||
|
|
||||||
function editBook() {
|
function editBook() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user