r102859 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102858‎ | r102859 | r102860 >
Date:11:42, 12 November 2011
Author:catrope
Status:ok
Tags:
Comment:
[RL2] Followup r102857: wpgadget has been changed to gadgetpref as well
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
@@ -27,7 +27,7 @@
2828 .text( categoryNames[repo][category] );
2929
3030 for ( gadget in gadgetsByCategory[repo][category] ) {
31 - $( '#mw-input-wpgadget-' + hexEncode( gadget ) )
 31+ $( '#mw-input-gadgetpref-' + hexEncode( gadget ) )
3232 .siblings( 'label' )
3333 .text( gadgetsByCategory[repo][category][gadget].title );
3434 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102857[RL2] Update JS for r102796, IDs have been mangled by bin2hex(). Also fix glo...catrope11:34, 12 November 2011

Status & tagging log