diff options
author | Marc Grabanski <m@marcgrabanski.com> | 2008-06-10 10:45:38 +0000 |
---|---|---|
committer | Marc Grabanski <m@marcgrabanski.com> | 2008-06-10 10:45:38 +0000 |
commit | edcf5edb81f813452013c61f7af13d873f4af179 (patch) | |
tree | 5e4facc2a795d32f4e517203af0ac6a8e55c67fa /demos/functional/templates/ui.datepicker.html | |
parent | a80ad1f7e2f87fbbb3b9a6a4abe1011e7281e887 (diff) | |
download | jquery-ui-edcf5edb81f813452013c61f7af13d873f4af179.tar.gz jquery-ui-edcf5edb81f813452013c61f7af13d873f4af179.zip |
Minor change to simple demo page.
Diffstat (limited to 'demos/functional/templates/ui.datepicker.html')
-rw-r--r-- | demos/functional/templates/ui.datepicker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/functional/templates/ui.datepicker.html b/demos/functional/templates/ui.datepicker.html index b7355fa77..01e041f9c 100644 --- a/demos/functional/templates/ui.datepicker.html +++ b/demos/functional/templates/ui.datepicker.html @@ -11,7 +11,7 @@ { title: 'Datepicker', desc: 'A date picker can easily be added to an input field with default settings.', - html: '<label>Default datepicker</label> <input type="text" size="30" value="click to show datepicker" id="defaultFocus"/>', + html: '<input type="text" size="30" value="click to show datepicker" id="defaultFocus"/>', destroy: '$("#defaultInput").datepicker("destroy");', options: [ |