MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 103: Line 103:
   
   
$( createCollapseButtons );
$( createCollapseButtons );
// Raw text on sidebar (hopefully this works lol)
$wgHooks['SkinBuildSidebar'][] = 'lfHideSidebar';
function lfHideSidebar( $skin, &$bar ) {
  global $wgUser;
    'text' => wfMessage( 'Sidebar' )->inContentLanguage()->parse(),
}
709

edits

Navigation menu