Index: trunk/extensions/JS2Support/tests/testLang.html |
— | — | @@ -210,7 +210,7 @@ |
211 | 211 | o+='<tr><td colspan="6" height="20"> </td></tr>'; |
212 | 212 | }); |
213 | 213 | // remove the spiner |
214 | | - $j( '.loading_spinner').remove(); |
| 214 | + $j( '.loadingSpinner').remove(); |
215 | 215 | //put the output into the page: |
216 | 216 | $j('#table_out').append( o ); |
217 | 217 | }); |