Skip to content

Commit

Permalink
Hide pagination controls by default
Browse files Browse the repository at this point in the history
This makes install instruction look properly when JavaScript is
disabled.

Change-Id: Ied4aefa9641f7778e27b5d4fec8951f5caa1b3e7
  • Loading branch information
luk1337 committed Jan 13, 2024
1 parent 2769b46 commit fe1543b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/templates/device_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ If it takes longer, you may have missed a step, otherwise feel free to [get assi

</div>

<button class="btn btn-primary" onClick="previousPage()" id="previous-page">Previous step</button>
<button class="btn btn-primary" onClick="nextPage()" id="next-page">Next step</button>
<button class="btn btn-primary" style="display: none" onClick="previousPage()" id="previous-page">Previous step</button>
<button class="btn btn-primary" style="display: none" onClick="nextPage()" id="next-page">Next step</button>

## Get assistance

Expand Down

0 comments on commit fe1543b

Please sign in to comment.