1521739315
This commit is contained in:
1
app.js
1
app.js
@@ -36,6 +36,7 @@ function deleteBook(bookId) {
|
|||||||
console.log("Delete Book", bookId);
|
console.log("Delete Book", bookId);
|
||||||
|
|
||||||
let rowElement = document.getElementById("bookRow"+bookId);
|
let rowElement = document.getElementById("bookRow"+bookId);
|
||||||
|
bookTable.removeChild(rowElement);
|
||||||
}
|
}
|
||||||
|
|
||||||
function editBook() {
|
function editBook() {
|
||||||
|
|||||||
Reference in New Issue
Block a user