diff options
author | Marc Grabanski <m@marcgrabanski.com> | 2008-06-01 20:04:19 +0000 |
---|---|---|
committer | Marc Grabanski <m@marcgrabanski.com> | 2008-06-01 20:04:19 +0000 |
commit | dce035cc658a5bcbbeb7e27c6d635882e0617b93 (patch) | |
tree | 6939401ed419375be94604e82156d957a2529d3b /ui/demos/functional | |
parent | 0a2cc194d5ccd8155b9591236667cdabef87807f (diff) | |
download | jquery-ui-dce035cc658a5bcbbeb7e27c6d635882e0617b93.tar.gz jquery-ui-dce035cc658a5bcbbeb7e27c6d635882e0617b93.zip |
datepicker: changed yearRange to be relative to current year instead of selected year (fixes #2627)
Diffstat (limited to 'ui/demos/functional')
-rw-r--r-- | ui/demos/functional/datepicker/debug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/demos/functional/datepicker/debug.html b/ui/demos/functional/datepicker/debug.html index d78507612..a73c5dc62 100644 --- a/ui/demos/functional/datepicker/debug.html +++ b/ui/demos/functional/datepicker/debug.html @@ -1,6 +1,6 @@ <html> <head> - <html>Only core files for easy debug</html> + <title>Only core files for easy debug</title> <link rel="stylesheet" href="../../../themes/ui.datepicker.css" type="text/css" media="screen" title="default" charset="utf-8"> </head> <body> |