Skip to content

Commit

Permalink
Default to 75 number
Browse files Browse the repository at this point in the history
  • Loading branch information
asl97 committed Dec 12, 2023
1 parent a35dbe6 commit 48d1435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ <h1>Batch Card Printer</h1>

this.generate_amount_input();
let last_input = this.inputs[this.inputs.length-1];
last_input.value = this.url.searchParams.get("amount") || 90;
last_input.value = this.url.searchParams.get("amount") || 75;
last_input.oninput();

let start_button = document.getElementById('start_button');
Expand Down

0 comments on commit 48d1435

Please sign in to comment.