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 @@
109
109
}
110
110
111
111
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() ); } );
113
113
}
114
114
115
115
function _containsCat( cat ) {
Sign-offs
User
Flag
Date
Krinkle
inspected
00: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
00:07, 9 March 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r83553
[
removed:
new
added:
ok]