1521738590
This commit is contained in:
4
app.js
4
app.js
@@ -15,8 +15,8 @@ function addBook(event){
|
|||||||
<tr>
|
<tr>
|
||||||
<td>1</td>
|
<td>1</td>
|
||||||
<td>${event.target.bookTitle.value}</td>
|
<td>${event.target.bookTitle.value}</td>
|
||||||
<td>Drama</td>
|
<td>${event.target.bookGenre.value}</td>
|
||||||
<td>Little book about my life</td>
|
<td>${event.target.bookDesc.value}</td>
|
||||||
<td>
|
<td>
|
||||||
<button>Edit</button>
|
<button>Edit</button>
|
||||||
<button>Delete</button>
|
<button>Delete</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user