diff options
author | Richard Worth <rdworth@gmail.com> | 2008-09-20 17:42:04 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-09-20 17:42:04 +0000 |
commit | 77cea8f36476e4195fac38bd57fecd70d642b24d (patch) | |
tree | 06d03e1e2d0810aa311a0051d7157c90b849e39a /demos/functional/templates/ui.datepicker.two.html | |
parent | 057d3c677eefe6c6406d1344359a77a864eb1d66 (diff) | |
download | jquery-ui-77cea8f36476e4195fac38bd57fecd70d642b24d.tar.gz jquery-ui-77cea8f36476e4195fac38bd57fecd70d642b24d.zip |
set svn:eol-style to native
Diffstat (limited to 'demos/functional/templates/ui.datepicker.two.html')
-rw-r--r-- | demos/functional/templates/ui.datepicker.two.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/functional/templates/ui.datepicker.two.html b/demos/functional/templates/ui.datepicker.two.html index 639aa0518..62e927859 100644 --- a/demos/functional/templates/ui.datepicker.two.html +++ b/demos/functional/templates/ui.datepicker.two.html @@ -1,7 +1,7 @@ -<input type="text" size="10" value="" id="startDate"/> to <input type="text" size="10" value="" id="endDate"/>
-<script type="text/javascript">
-function customRange(input) {
- return {minDate: (input.id == "endDate" ? $("#startDate").datepicker("getDate") : null),
- maxDate: (input.id == "startDate" ? $("#endDate").datepicker("getDate") : null)};
-}
+<input type="text" size="10" value="" id="startDate"/> to <input type="text" size="10" value="" id="endDate"/> +<script type="text/javascript"> +function customRange(input) { + return {minDate: (input.id == "endDate" ? $("#startDate").datepicker("getDate") : null), + maxDate: (input.id == "startDate" ? $("#endDate").datepicker("getDate") : null)}; +} </script>
\ No newline at end of file |