diff options
author | Richard Worth <rdworth@gmail.com> | 2008-11-22 11:17:10 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-11-22 11:17:10 +0000 |
commit | bec5c8dbf120609d46aa749ab3d91fc42bdc3033 (patch) | |
tree | 34355917869da400bb0e85f2ac7a6a7e88b4041d /tests/datepicker.html | |
parent | 78dfd2607f003640fa707342e6dd8e7f9b63c3bb (diff) | |
download | jquery-ui-bec5c8dbf120609d46aa749ab3d91fc42bdc3033.tar.gz jquery-ui-bec5c8dbf120609d46aa749ab3d91fc42bdc3033.zip |
removed some old references to 'flora'
Diffstat (limited to 'tests/datepicker.html')
-rw-r--r-- | tests/datepicker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/datepicker.html b/tests/datepicker.html index 8d927147e..d6c1a1424 100644 --- a/tests/datepicker.html +++ b/tests/datepicker.html @@ -17,7 +17,7 @@ <script type="text/javascript" src="datepicker.js"></script> <style type="text/css"> - @import "../themes/flora/flora.datepicker.css"; + @import "../themes/default/ui.datepicker.css"; .xerror, .error { display: none } </style> </head> |