]> source.dussan.org Git - jquery-ui.git/commitdiff
updated default style path
authorMarc Grabanski <m@marcgrabanski.com>
Sun, 20 Jul 2008 16:22:26 +0000 (16:22 +0000)
committerMarc Grabanski <m@marcgrabanski.com>
Sun, 20 Jul 2008 16:22:26 +0000 (16:22 +0000)
demos/functional/templates/ui.datepicker.html

index db7abe5b29ecbf116da9b3b5eea6b8ef754f134d..112ef484f5cd2dc1c3644d410467b0bcf1eb6978 100644 (file)
 
                                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");' }
                                ]
                        }