Skip to content

Commit f070b0a

Browse files
wikydscottgonzalez
authored andcommitted
Datepicker Demo: modifed the name of the event search demo to be date-range. Fixed #6675 - Date Range demo for Datepicker has unclear title.
1 parent ddf5946 commit f070b0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/datepicker/event-search.html renamed to demos/datepicker/date-range.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>jQuery UI Datepicker - Display multiple months</title>
5+
<title>jQuery UI Datepicker - Select a Date Range</title>
66
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
77
<script src="../../jquery-1.4.4.js"></script>
88
<script src="../../ui/jquery.ui.core.js"></script>

demos/datepicker/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h4>Examples</h4>
2323
<li><a href="multiple-calendars.html">Display multiple months</a></li>
2424
<li><a href="icon-trigger.html">Icon trigger</a></li>
2525
<li><a href="animation.html">Animations</a></li>
26-
<li><a href="event-search.html">Event Search</a></li>
26+
<li><a href="date-range.html">Date Range</a></li>
2727
</ul>
2828
</div>
2929

0 commit comments

Comments
 (0)