Index: trunk/phase3/resources/jquery/jquery.makeCollapsible.js |
— | — | @@ -120,7 +120,7 @@ |
121 | 121 | if ( $firstItem.attr( 'value' ) == '' ) { |
122 | 122 | $firstItem.attr( 'value', '1' ); |
123 | 123 | } |
124 | | - $that.prepend( $toggleLink.wrap( '<li class="mw-collapsibile-toggle-li">' ).parent() ); |
| 124 | + $that.prepend( $toggleLink.wrap( '<li class="mw-collapsible-toggle-li">' ).parent() ); |
125 | 125 | } else { |
126 | 126 | $toggleLink = $toggle.unbind( 'click.mw-collapse' ).bind( 'click.mw-collapse', function( e ){ |
127 | 127 | e.preventDefault(); |
Index: trunk/phase3/resources/jquery/jquery.makeCollapsible.css |
— | — | @@ -15,6 +15,6 @@ |
16 | 16 | float:none; |
17 | 17 | } |
18 | 18 | /* the added list item should have no list-style */ |
19 | | -.mw-collapsibile-toggle-li { |
| 19 | +.mw-collapsible-toggle-li { |
20 | 20 | list-style:none; |
21 | 21 | } |
\ No newline at end of file |