Skip to content

Commit

Permalink
GUI: Fix broken next page button in webpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
Octal450 committed Jan 25, 2025
1 parent 84e9330 commit 1dbcaad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/webpanel/mcdu/mcdu.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<td data-buttoncode="arrowKey:1" class="up"></td>
</tr>
<tr>
<td style="font-size: 30%" data-buttoncode="nextPage:" class="nextpage"><br/>PAGE</td>
<td style="font-size: 30%" data-buttoncode="nextPageKey:" class="nextpage"><br/>PAGE</td>
<td data-buttoncode="arrowKey:-1" class="down"></td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion revision.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1677
1678

0 comments on commit 1dbcaad

Please sign in to comment.