diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-13 10:23:26 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-13 10:23:26 +0000 |
commit | d768b3397415e15ae4cdea5c64c872018c7cee2e (patch) | |
tree | 8ceb3e7ea15b094ed2ccd8048d5b231e8d070905 /tests/visual/progressbar.html | |
parent | d3e1901e1509f8bdf2ffe1f6c4c51e695a5bd089 (diff) | |
download | jquery-ui-d768b3397415e15ae4cdea5c64c872018c7cee2e.tar.gz jquery-ui-d768b3397415e15ae4cdea5c64c872018c7cee2e.zip |
tests/visual: Added simple tabs test. Some more cleanup.
Diffstat (limited to 'tests/visual/progressbar.html')
-rw-r--r-- | tests/visual/progressbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/progressbar.html b/tests/visual/progressbar.html index c1c3ad1b5..77cfdceae 100644 --- a/tests/visual/progressbar.html +++ b/tests/visual/progressbar.html @@ -16,7 +16,7 @@ <body> <ul class="plugins"> -<li> +<li class="plugin"> Progressbar <div id="progressbar"></div> </li> |