Skip to content

Commit

Permalink
Fix ID of frequency selector radio option
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyaz committed Nov 13, 2020
1 parent 7617e72 commit 39b293f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spdstats_www.asp
Expand Up @@ -1653,7 +1653,7 @@ function AddEventHandlers(){
<th width="40%">Frequency for automatic speedtests</th>
<td class="settingvalue">
<input autocomplete="off" autocapitalize="off" type="radio" name="spdmerlin_testfrequency" id="spdmerlin_freq_halfhourly" class="input" value="halfhourly" onchange="Toggle_ScheduleFrequency(this)" checked>Half-hourly
<input autocomplete="off" autocapitalize="off" type="radio" name="spdmerlin_testfrequency" id="spdmerlin_auto_hourly" class="input" value="hourly" onchange="Toggle_ScheduleFrequency(this)">Hourly
<input autocomplete="off" autocapitalize="off" type="radio" name="spdmerlin_testfrequency" id="spdmerlin_freq_hourly" class="input" value="hourly" onchange="Toggle_ScheduleFrequency(this)">Hourly
</td>
</tr>

Expand Down

0 comments on commit 39b293f

Please sign in to comment.