MediaWiki talk:Gadget-morebits.js: Difference between revisions
Content deleted Content added
→IndexOf x $.inArray: my bad |
→IndexOf x $.inArray: re Helder.wiki |
||
Line 6:
== IndexOf x $.inArray==
{{editprotected|answered=
Wouldn't be better to change
mw.config.get( 'wgUserGroups' ).indexOf( group ) !== -1
Line 22:
$.inArray(group, mw.config.get( 'wgUserGroups' )) !== -1;
:::[[User talk:Helder.wiki|Helder]] 18:06, 25 May 2011 (UTC)
:::: I read at the top of the script: 'Most of the stuff here doesn't work on IE < 9.' I suspect it is not much use to fix this one incompatibility if several others remain. Anyway, as This, that and the other said, this script is in the middle of active development and any changes need to be made in the git repository to be persistent. [[User talk:Amalthea|<span style="font-variant:small-caps;color:#832">Amalthea</span>]] 19:20, 25 May 2011 (UTC)
|