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

Commit

Permalink
Merge pull request #653 from mscdex/patch-1
Browse files Browse the repository at this point in the history
Fix inconsistency with "Last" day of week value
  • Loading branch information
Kevin Parkerson committed Sep 11, 2014
2 parents 6ab107f + 89004a6 commit a1ddb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markup/scheduler.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ <h2 class="header">Year</h2>
<li data-value="2"><a href="#">Second</a></li>
<li data-value="3"><a href="#">Third</a></li>
<li data-value="4"><a href="#">Fourth</a></li>
<li data-value="5"><a href="#">Last</a></li>
<li data-value="-1"><a href="#">Last</a></li>
</ul>
<input type="text" aria-hidden="true" readonly="readonly" name="yearlyDateSelectlist" class="hidden hidden-field">
</div>
Expand Down

0 comments on commit a1ddb1f

Please sign in to comment.