r110268 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110267‎ | r110268 | r110269 >
Date:07:56, 30 January 2012
Author:kaldari
Status:ok
Tags:aft 
Comment:
follow-up to r110224 - moving call to .elastic() to the right place
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js
@@ -327,9 +327,6 @@
328328 .button()
329329 .addClass( 'ui-button-blue' );
330330
331 - // Have the feedback textarea grow automatically
332 - $block.find( '#articleFeedbackv5-find-feedback' ).elastic();
333 -
334331 return $block;
335332 },
336333
@@ -2627,6 +2624,9 @@
26282625 // Set the tooltip link
26292626 $.articleFeedbackv5.find( '.articleFeedbackv5-tooltip-link' )
26302627 .attr( 'href', mw.msg( 'articlefeedbackv5-help-tooltip-linkurl' ));
 2628+
 2629+ // Have the feedback textarea grow automatically
 2630+ $.articleFeedbackv5.find( '#articleFeedbackv5-find-feedback' ).elastic();
26312631
26322632 // Do anything special the bucket requires
26332633 if ( 'afterBuild' in bucket ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r110224applying jquery.elastic to feedback textarea so that it stretches (and doesnt...kaldari21:50, 28 January 2012

Status & tagging log