From GrinderScape Wiki
Line 11: | Line 11: | ||
$( "body" ).prepend( "<nav></nav>" ); | $( "body" ).prepend( "<nav></nav>" ); | ||
$( "div#content, div#mw-navigation" ).wrapAll( "<div id='wrap'></div>" ); | $( "div#content, div#mw-navigation" ).wrapAll( "<div id='wrap'></div>" ); | ||
+ | $( "div#mw-navigation" ).insertBefore( "div#content" ); | ||
} | } |
Revision as of 18:33, 19 March 2016
6 Jplayer