From RuneGlory
Jump to: navigation, search
Line 22: Line 22:
 
$( "div#right-navigation" ).appendTo( "div#navigation" );
 
$( "div#right-navigation" ).appendTo( "div#navigation" );
 
$( "div#left-navigation" ).appendTo( "div#navigation" );
 
$( "div#left-navigation" ).appendTo( "div#navigation" );
$( "div#content, div#mw-navigation" ).wrapAll( "<div id='content-navigation-wrap'></div>" );
+
$( "div#content, div#navigation" ).wrapAll( "<div id='content-navigation-wrap'></div>" );
 
$( "div#siteNotice" ).insertAfter( "div#mw-navigation" );
 
$( "div#siteNotice" ).insertAfter( "div#mw-navigation" );
 
if ( $( "span.subpages" ).length ) {
 
if ( $( "span.subpages" ).length ) {

Revision as of 23:22, 19 March 2016

Hello, this is just a preview.

- Jplayer