r102797 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102796‎ | r102797 | r102798 >
Date:16:32, 11 November 2011
Author:catrope
Status:ok
Tags:
Comment:
[RL2] Remove long-resolved FIXME comment
Modified paths:
  • /branches/RL2/extensions/Gadgets/modules/ext.gadgets.preferences.js (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/modules/ext.gadgets.preferences.js
@@ -9,8 +9,6 @@
1010 function fixPreferenceForm( gadgetsByCategory, categoryNames ) {
1111 for ( repo in gadgetsByCategory ) {
1212 for ( category in gadgetsByCategory[repo] ) {
13 - // FIXME HTMLForm isn't namespacing these things, we have to make it do that
14 - // to prevent category naming collisions between repos
1513 $( document.getElementById( 'mw-htmlform-gadgetcategory-' + repo + '-' + category ) )
1614 .siblings( 'legend' )
1715 .text( categoryNames[repo][category] );

Status & tagging log