Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems to default to 200 not 50 #16

Merged
merged 1 commit into from
May 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>AfD Statistics Tool</h1>
<td><input type="text" class="mw-ui-input" name="name" required /></td>
</tr>
<tr>
<td><label>Number of AfD's to analyze:<span class="small">(optional, default=50, max=500)</span></label></td>
<td><label>Number of AfD's to analyze:<span class="small">(optional, default=200, max=500)</span></label></td>
<td><input type="text" name="max" class="mw-ui-input" maxlength="3"/></td>
</tr>
<tr>
Expand Down