mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
apply type="button" on all buttons to make submit on enter work
This commit is contained in:
parent
3814200452
commit
4e14b29537
8 changed files with 13 additions and 13 deletions
|
|
@ -20,7 +20,7 @@ ${header}
|
|||
<div class="bookmarks">
|
||||
${bookmarks}
|
||||
<div class="buttons container">
|
||||
<button class="btn btn-primary bookmark-add">Add a new bookmark</button>
|
||||
<button type="button" class="btn btn-primary bookmark-add">Add a new bookmark</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue