r83553 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83552‎ | r83553 | r83554 >
Date:00:06, 9 March 2011
Author:neilk
Status:ok (Comments)
Tags:
Comment:
fix bug#27484, empty categories in IE6,7,8
Modified paths:
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.mwCoolCats.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/jquery/jquery.mwCoolCats.js
@@ -108,7 +108,7 @@
109109 }
110110
111111 function _getCats() {
112 - return $container.find('ul li a.cat').map( function() { return $j.trim( this.text ); } );
 112+ return $container.find('ul li a.cat').map( function() { return $j.trim( $j( this ).text() ); } );
113113 }
114114
115115 function _containsCat( cat ) {

Sign-offs

UserFlagDate
Krinkleinspected00:07, 9 March 2011

Comments

#Comment by NeilK (talk | contribs)   00:13, 9 March 2011

Fixes bug 27484 (commenting without # so it links them)

Status & tagging log