diff options
Diffstat (limited to 'tests/static/highlight_error.html')
-rw-r--r-- | tests/static/highlight_error.html | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/tests/static/highlight_error.html b/tests/static/highlight_error.html index cb7a94851..9bacb3900 100644 --- a/tests/static/highlight_error.html +++ b/tests/static/highlight_error.html @@ -3,9 +3,9 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Themeroller CSS Framework Demo</title> - <script src="http://ui.jquery.com/js/jquery.js"></script> - <script src="http://www.filamentgroup.com/examples/preloadImages/scripts/preloadCssImages.jQuery_v5.js"></script> - <link rel="stylesheet" href="http://jquery-ui.googlecode.com/svn/trunk/themes/base/ui.core.css" type="text/css" media="screen" /> + <link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" /> + <script type="text/javascript" src="../../jquery-1.2.6.js"></script> + <script type="text/javascript" src="static_helpers.js"></script> <style type="text/css"> body {font-size: 62.5%; margin: 20px; font-family: Verdana, sans-serif; color: #444;} h1 {font-size: 1.5em; margin: 1em 0;} @@ -18,17 +18,9 @@ form div.ui-state-error-text {background: none; border: 0;} </style> - <script type="text/javascript"> - $(function(){ - - - $.preloadCssImages(); - }); - </script> </head> <body> -<h1>ThemeRoller CSS Framework Demo</h1> |