r61190 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61189‎ | r61190 | r61191 >
Date:01:05, 18 January 2010
Author:adam
Status:ok
Tags:
Comment:
Followup change to r60959 - implimenting Roan's suggested improvement
Modified paths:
  • /trunk/extensions/UsabilityInitiative/Vector/Modules/FooterCleanup/FooterCleanup.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/Vector/Modules/FooterCleanup/FooterCleanup.js
@@ -35,9 +35,7 @@
3636 $j( '#wpSummary' )
3737 .add( '.editCheckboxes' )
3838 .wrapAll( '<div id="editpage-summary-fields"></div>');
39 -
40 - $j( '#editpage-specialchars' ).remove();
41 -
 39+
4240 // transclusions
4341 // FIXME - bad CSS styling here with double class selectors. Should address here.
4442 var transclusionCount = ( $j( '.templatesUsed ul li' ).length );
@@ -59,13 +57,9 @@
6058 return false;
6159 })
6260 .trigger( 'click' );
63 - $j( '#wpPreview' )
 61+ $j( '#wpPreview, #wpDiff, .editHelp, #editpage-specialchars' )
6462 .remove();
65 - $j( '#wpDiff' )
66 - .remove();
6763 $j( '#mw-editform-cancel' )
6864 .remove()
6965 .appendTo('.editButtons');
70 - $j( '.editHelp' )
71 - .remove();
7266 } );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60959Further work on the footer cleanup demoingadam05:04, 12 January 2010

Status & tagging log