r86049 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86048‎ | r86049 | r86050 >
Date:13:41, 14 April 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Kill comment box autofocus, bug 28533 Cursor jumps into comment field


Remove unused global
Modified paths:
  • /trunk/extensions/CodeReview/modules/ext.codereview.js (modified) (history)
  • /trunk/extensions/CodeReview/ui/CodeCommentsListView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/modules/ext.codereview.js
@@ -1,3 +0,0 @@
2 -jQuery( document ).ready( function( $ ) {
3 - $( '.mw-codereview-post-comment textarea:first' ).focus();
4 -} );
\ No newline at end of file
Index: trunk/extensions/CodeReview/ui/CodeCommentsListView.php
@@ -73,7 +73,6 @@
7474 }
7575
7676 function formatValue( $name, $value ) {
77 - global $wgLang;
7877 switch( $name ) {
7978 case 'cc_rev_id':
8079 return $this->mView->skin->link(

Follow-up revisions

RevisionCommit summaryAuthorDate
r86051MFT r86049reedy13:53, 14 April 2011

Comments

#Comment by Raymond (talk | contribs)   13:52, 14 April 2011

Could someone pls deploy this asap? Thanks!

Status & tagging log