From fd7afe8b90f5609df8a73e4806ead7264daefad1 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Fri, 24 Dec 2010 16:08:42 +0000 Subject: [PATCH] Fixing typo from r78944 --- resources/jquery/jquery.makeCollapsible.css | 2 +- resources/jquery/jquery.makeCollapsible.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/jquery/jquery.makeCollapsible.css b/resources/jquery/jquery.makeCollapsible.css index 4a26fe7623..27c17d187f 100644 --- a/resources/jquery/jquery.makeCollapsible.css +++ b/resources/jquery/jquery.makeCollapsible.css @@ -15,6 +15,6 @@ li .mw-collapsible-toggle { float:none; } /* the added list item should have no list-style */ -.mw-collapsibile-toggle-li { +.mw-collapsible-toggle-li { list-style:none; } \ No newline at end of file diff --git a/resources/jquery/jquery.makeCollapsible.js b/resources/jquery/jquery.makeCollapsible.js index 984efa2a80..7a08473e2f 100644 --- a/resources/jquery/jquery.makeCollapsible.js +++ b/resources/jquery/jquery.makeCollapsible.js @@ -120,7 +120,7 @@ $.fn.makeCollapsible = function() { if ( $firstItem.attr( 'value' ) == '' ) { $firstItem.attr( 'value', '1' ); } - $that.prepend( $toggleLink.wrap( '
  • ' ).parent() ); + $that.prepend( $toggleLink.wrap( '
  • ' ).parent() ); } else { $toggleLink = $toggle.unbind( 'click.mw-collapse' ).bind( 'click.mw-collapse', function( e ){ e.preventDefault(); -- 2.20.1