Skip to content

Commit

Permalink
mstarch: minor random-reload fix (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Aug 3, 2021
1 parent 0a374a4 commit 4e54110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fprime_gds/flask/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<div class="fp-flex-repeater">
<div class="fp-flex-header">
<h2>Sending Command: {{ selected.full_name }}</h2>
<form v-on:submit.prevent="null" class="command-input-form" novalidate>
<form v-on:submit.prevent="() => {return false;}" class="command-input-form" novalidate>
<div class="form-row">
<div class="form-group col-4">
<label for="mnemonic">Mnemonic</label>
Expand Down

0 comments on commit 4e54110

Please sign in to comment.