Index: branches/RL2/extensions/Gadgets/modules/ext.gadgets.preferences.js |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | .text( categoryNames[repo][category] ); |
29 | 29 | |
30 | 30 | for ( gadget in gadgetsByCategory[repo][category] ) { |
31 | | - $( '#mw-input-wpgadget-' + hexEncode( gadget ) ) |
| 31 | + $( '#mw-input-gadgetpref-' + hexEncode( gadget ) ) |
32 | 32 | .siblings( 'label' ) |
33 | 33 | .text( gadgetsByCategory[repo][category][gadget].title ); |
34 | 34 | } |