1521740138

This commit is contained in:
2018-03-22 19:35:38 +02:00
parent ab12d19369
commit dbbecb6b72
+2
View File
@@ -48,6 +48,8 @@ function deleteBook(bookId) {
let rowElement = document.getElementById("bookRow"+bookId);
bookTable.removeChild(rowElement);
delete books[bookId];
}
function editBook(bookId) {