We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3197a2b commit 558b525Copy full SHA for 558b525
debugging/book-library/index.html
@@ -35,7 +35,7 @@ <h1>Library</h1>
35
<label class="form-check-label">
36
<input type="checkbox" class="form-check-input" id="check" value="" />Read
37
</label>
38
- <input type="submit" value="Submit" class="btn btn-primary" onclick="submit();" />
+ <button type="button" class="btn btn-primary" onclick="submit()">Submit</button>
39
</div>
40
41
0 commit comments