Index: branches/RL2/extensions/Gadgets/modules/ext.gadgets.preferences.js |
— | — | @@ -9,8 +9,6 @@ |
10 | 10 | function fixPreferenceForm( gadgetsByCategory, categoryNames ) { |
11 | 11 | for ( repo in gadgetsByCategory ) { |
12 | 12 | 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 |
15 | 13 | $( document.getElementById( 'mw-htmlform-gadgetcategory-' + repo + '-' + category ) ) |
16 | 14 | .siblings( 'legend' ) |
17 | 15 | .text( categoryNames[repo][category] ); |