MediaWiki talk:Gadget-CollapsibleNav.js
Appearance
Not needed any more
![]() | This edit request has been answered. Set the |answered= or |ans= parameter to no to reactivate your request. |
Hi this is not needed any more there is an extension at https://www.mediawiki.org/wiki/Extension:CollapsibleVector that does this now. 86.132.31.17 (talk) 14:43, 2 November 2014 (UTC)
- That extension is not installed here, and I don't know if it ever will be.
-- [[User:Edokter]] {{talk}}
16:12, 2 November 2014 (UTC)
Some updates
Hi since there were changes in mediawiki these code need changing.
Please change
$headings = $( '#mw-panel > .portal > h3' );
to
$headings = $( '#mw-panel > .portal:not(.persistent) > h3' );
and please remove this
tabIndex = $( document ).lastTabIndex() + 1;
and please change
$headings.attr( 'tabindex', function () { return tabIndex++; } );
to
$headings.attr( 'tabindex', '0' );