Skip to content

Commit

Permalink
Update calc.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rowandwhelan authored Jul 31, 2024
1 parent 6f9a83a commit 7c0e03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/calc.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<label for="shipSizeY" id="label-for-shipSizeY">Ship size Y (in ship blocks):</label>
<input type="number" id="shipSizeY" name="shipSizeY" placeholder="30" value="30" min="0" max="78"/>
<label for="thrusterCount" id="label-for-thrusterCount">Total number of thrusters:</label>
<input type="number" id="thrusterCount" name="thrusterCount" max="104" min="0" placeholder="8" value="8" />
<input type="number" id="thrusterCount" name="thrusterCount" max="104" min="0" placeholder="12" value="12" />
<label for="loadingType">Loading type:</label>
<input class="noInput" type="string" id="loadingType" name="loadingType" disabled />
</form>
Expand Down

0 comments on commit 7c0e03f

Please sign in to comment.