MediaWiki:Common.js: Difference between revisions

raw text on sidebar (hopefully this works
No edit summary
(raw text on sidebar (hopefully this works)
Line 103: Line 103:
   
   
$( createCollapseButtons );
$( createCollapseButtons );
// Raw text on sidebar (hopefully this works lol)
function lfHideSidebar( $skin, &$bar ) {
  global $wgUser;
    'text' => wfMessage( 'anon_sidebar' )->inContentLanguage()->parse(),
}
709

edits