1521738754

This commit is contained in:
Arti Zirk 2018-03-22 19:12:34 +02:00
parent b5a90cae38
commit ac7265c543
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -18,7 +18,7 @@ function addBook(event){
let bookId = genBookId();
let row = `
<tr>
<td>${bookId}</td>
<td>${bookId + 1}</td>
<td>${event.target.bookTitle.value}</td>
<td>${event.target.bookGenre.value}</td>
<td>${event.target.bookDesc.value}</td>