Skip to content

Commit

Permalink
Fix missing variable rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Oct 2, 2023
1 parent 0b6a650 commit 34685b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/statbrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ function createOptionsButton() {
button.style.order = 999; // last please
button.style.marginLeft = "auto";
button.style.marginRight = "2%";
menu.appendChild(B);
menu.appendChild(button);
}

function openOptionsMenu() {
Expand Down

0 comments on commit 34685b5

Please sign in to comment.