From GrinderScape Wiki
Jump to: navigation, search
Line 13: Line 13:
 
$( "div#mw-navigation" ).insertBefore( "div#content" );
 
$( "div#mw-navigation" ).insertBefore( "div#content" );
 
$( "<div id='notice'><p>Announcement message goes here.</p></div>" ).insertAfter( "div#mw-navigation" );
 
$( "<div id='notice'><p>Announcement message goes here.</p></div>" ).insertAfter( "div#mw-navigation" );
 +
$( "div#content" ).wrap( "<div id='content-sidebar-wrap'></div>" );
 +
$( "div#mw-panel" ).insertBefore( "div#content" );
  
 
}
 
}

Revision as of 18:40, 19 March 2016

6 Jplayer