r78969 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78968‎ | r78969 | r78970 >
Date:16:08, 24 December 2010
Author:krinkle
Status:ok
Tags:
Comment:
Fixing typo from r78944
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.makeCollapsible.css (modified) (history)
  • /trunk/phase3/resources/jquery/jquery.makeCollapsible.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.makeCollapsible.js
@@ -120,7 +120,7 @@
121121 if ( $firstItem.attr( 'value' ) == '' ) {
122122 $firstItem.attr( 'value', '1' );
123123 }
124 - $that.prepend( $toggleLink.wrap( '<li class="mw-collapsibile-toggle-li">' ).parent() );
 124+ $that.prepend( $toggleLink.wrap( '<li class="mw-collapsible-toggle-li">' ).parent() );
125125 } else {
126126 $toggleLink = $toggle.unbind( 'click.mw-collapse' ).bind( 'click.mw-collapse', function( e ){
127127 e.preventDefault();
Index: trunk/phase3/resources/jquery/jquery.makeCollapsible.css
@@ -15,6 +15,6 @@
1616 float:none;
1717 }
1818 /* the added list item should have no list-style */
19 -.mw-collapsibile-toggle-li {
 19+.mw-collapsible-toggle-li {
2020 list-style:none;
2121 }
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78944Fixing TODO from r78915...krinkle01:30, 24 December 2010

Status & tagging log