diff options
Diffstat (limited to 'tests/static/progressbar/progressbar.html')
-rw-r--r-- | tests/static/progressbar/progressbar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/static/progressbar/progressbar.html b/tests/static/progressbar/progressbar.html index 5751b54c4..c905a61d9 100644 --- a/tests/static/progressbar/progressbar.html +++ b/tests/static/progressbar/progressbar.html @@ -2,8 +2,8 @@ <html> <head> <title>jQuery UI Progressbar Static Markup Test Page</title> - <link rel="stylesheet" href="../../../themes/base/ui.base.css" type="text/css" /> - <link rel="stylesheet" href="../../../themes/base/ui.theme.css" type="text/css" title="ui-theme" /> + <link rel="stylesheet" href="../../../themes/base/jquery.ui.base.css" type="text/css" /> + <link rel="stylesheet" href="../../../themes/base/jquery.ui.theme.css" type="text/css" title="ui-theme" /> <script type="text/javascript" src="../../../jquery-1.4.1.js"></script> <script type="text/javascript" src="../static.js"></script> </head> |