Skip to content

Commit

Permalink
Change activate buttons to submit type
Browse files Browse the repository at this point in the history
  • Loading branch information
proginosko committed Nov 26, 2022
1 parent 97107f5 commit a8e8932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lockdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</fieldset>

<p style="text-align: center;">
<button id="activate" type="button">Activate Lockdown</button>
<button id="activate" type="submit">Activate Lockdown</button>
<button id="cancel" type="button">Cancel</button>
</p>

Expand Down
2 changes: 1 addition & 1 deletion override.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</fieldset>

<p style="text-align: center;">
<button id="activate" type="button">Activate Override</button>
<button id="activate" type="submit">Activate Override</button>
<button id="cancel" type="button">Cancel</button>
</p>

Expand Down

0 comments on commit a8e8932

Please sign in to comment.