r112525 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112524‎ | r112525 | r112526 >
Date:21:52, 27 February 2012
Author:catrope
Status:ok
Tags:
Comment:
1/19wmf1: MFT r112524
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/ProofreadPage (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/ProofreadPage/proofread.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/ProofreadPage/proofread.js
@@ -751,7 +751,7 @@
752752 var f = text.parentNode;
753753
754754 if( proofreadPageIsEdit ) {
755 - pr_make_edit_area( self.text_container, new_text.value );
 755+ pr_make_edit_area( self.text_container, text.value );
756756 f.insertBefore( table, text.nextSibling ); // Inserts table after text
757757 f.removeChild( text );
758758 if ( !self.proofreadpage_show_headers ) {
Property changes on: branches/wmf/1.19wmf1/extensions/ProofreadPage
___________________________________________________________________
Modified: svn:mergeinfo
759759 Merged /trunk/extensions/ProofreadPage:r112524

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112524Fix stupid typo in r112520catrope21:51, 27 February 2012

Status & tagging log