diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-24 11:20:19 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-24 11:20:19 +0000 |
commit | 2a49054ffe38594502c8faf8cea72bf1f3d3d22f (patch) | |
tree | 1ef630974ad31477f288ea3bafa87dcaff69abf7 /tests/visual/progressbar | |
parent | 90c53fab7c216c7f85a0c62694e36281392e2368 (diff) | |
download | jquery-ui-2a49054ffe38594502c8faf8cea72bf1f3d3d22f.tar.gz jquery-ui-2a49054ffe38594502c8faf8cea72bf1f3d3d22f.zip |
tests visual: cleanup
Diffstat (limited to 'tests/visual/progressbar')
-rw-r--r-- | tests/visual/progressbar/default.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/visual/progressbar/default.html b/tests/visual/progressbar/default.html index 55012524e..7a0e6acd0 100644 --- a/tests/visual/progressbar/default.html +++ b/tests/visual/progressbar/default.html @@ -2,14 +2,15 @@ <html lang="en">
<head>
<title>Progressbar Visual Test : Default</title>
+ <link rel="stylesheet" href="../visual.css" type="text/css" />
<link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css" />
<script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
<script type="text/javascript" src="../../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../../ui/ui.progressbar.js"></script>
<script type="text/javascript">
- $(function() {
- $("#progressbar").progressbar();
- });
+ $(function() {
+ $("#progressbar").progressbar();
+ });
</script>
</head>
<body>
|