diff options
author | Marc Grabanski <m@marcgrabanski.com> | 2008-07-20 16:22:26 +0000 |
---|---|---|
committer | Marc Grabanski <m@marcgrabanski.com> | 2008-07-20 16:22:26 +0000 |
commit | 5e1286120ca1aa0834e752728e2463ce5a8f4dca (patch) | |
tree | ad2226bbe0541447e5d20083c4c201e8db6c4053 /demos | |
parent | 3ddb7477e26d2ade5e22ed488ae214ab71a26c53 (diff) | |
download | jquery-ui-5e1286120ca1aa0834e752728e2463ce5a8f4dca.tar.gz jquery-ui-5e1286120ca1aa0834e752728e2463ce5a8f4dca.zip |
updated default style path
Diffstat (limited to 'demos')
-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 db7abe5b2..112ef484f 100644 --- a/demos/functional/templates/ui.datepicker.html +++ b/demos/functional/templates/ui.datepicker.html @@ -366,7 +366,7 @@ options: [ { desc: 'Default jQuery UI (Flora)', source: '$("#styled").datepicker({showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true});$("link[title=Flora (Default)]").attr("href", "../../themes/flora/flora.all.css");' }, - { desc: 'Original datepicker styling', source: '$("#styled").datepicker({showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true});$("link[title=Flora (Default)]").attr("href", "../../themes/ui.datepicker.css");' } + { desc: 'Original datepicker styling', source: '$("#styled").datepicker({showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true});$("link[title=Flora (Default)]").attr("href", "../../themes/default/ui.datepicker.css");' } ] } |