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.dlg.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.dlg.html')
-rw-r--r-- | demos/functional/templates/ui.datepicker.dlg.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/demos/functional/templates/ui.datepicker.dlg.html b/demos/functional/templates/ui.datepicker.dlg.html index 4d5eaaa7f..fe82c181b 100644 --- a/demos/functional/templates/ui.datepicker.dlg.html +++ b/demos/functional/templates/ui.datepicker.dlg.html @@ -1,6 +1,6 @@ -<input type="text" size="10" value="" id="dialog" readonly="readonly"/> <button id="dialogButton" type="button">Open dialog</button>
-<script type="text/javascript">
-function setDateFromDialog(date) {
- $("#dialog").val(date);
-}
+<input type="text" size="10" value="" id="dialog" readonly="readonly"/> <button id="dialogButton" type="button">Open dialog</button> +<script type="text/javascript"> +function setDateFromDialog(date) { + $("#dialog").val(date); +} </script>
\ No newline at end of file |