From GrinderScape Wiki
Line 12: | Line 12: | ||
$( "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" ); | $( "div#mw-navigation" ).insertBefore( "div#content" ); | ||
+ | $( "<div id='notice'><p>Announcement message goes here.</p></div>" ).insertAfter( "div#mw-navigation" ); | ||
} | } |
Revision as of 18:36, 19 March 2016
6 Jplayer