MediaWiki talk:Gadget-morebits.js: Difference between revisions
Content deleted Content added
Line 4:
== IndexOf x $.inArray==
{{editprotected|answered=yes}}
Wouldn't be better to change
mw.config.get( 'wgUserGroups' ).indexOf( group ) !== -1
Line 10:
[http://api.jquery.com/jQuery.inArray/ $.inArray](group, mw.config.get( 'wgUserGroups' ))
to ensure cross-browser support? [[User talk:Helder.wiki|Helder]] 13:55, 18 May 2011 (UTC)
:I have no idea. But as there is no opposition I have made the change for you. — Martin <small>([[User:MSGJ|MSGJ]] · [[User talk:MSGJ|talk]])</small> 10:14, 19 May 2011 (UTC)
|