Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Make scheduler's repeat monthly radio not checked by default #1316

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h3 class="panel-title">Checkboxes (no javascript) Toggling</h3>
</div>
</section>



<section id="checkboxes-no-js-block-highlighting" class="x-panel x-panel-default">
<header class="hidden x-panel-heading">
Expand Down Expand Up @@ -1789,7 +1789,7 @@ <h2 class="header">Year</h2>
<div class="repeat-monthly-day form-group">
<div class="radio pull-left">
<label class="radio-custom">
<input class="sr-only" type="radio" checked="checked" name="repeat-monthly" value="bysetpos">
<input class="sr-only" type="radio" name="repeat-monthly" value="bysetpos">
<span class="radio-label">on the</span>
</label>
</div>
Expand Down