mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +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
|
|
@ -415,7 +415,7 @@ class OptionalSection(Section):
|
|||
{options}
|
||||
</select>
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-success option-add-button">Add</button>
|
||||
<button type="button" class="btn btn-success option-add-button">Add</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue