(Prototype team template page) |
|||
Line 479: | Line 479: | ||
// this adds the page's title as an h4 | // this adds the page's title as an h4 | ||
$("#page_name").html ( ( wgPageName.substring( wgPageName.indexOf("/") + 1, wgPageName.length ) ).replace( /\/|_/g , " ") ); | $("#page_name").html ( ( wgPageName.substring( wgPageName.indexOf("/") + 1, wgPageName.length ) ).replace( /\/|_/g , " ") ); | ||
+ | } | ||
+ | |||
+ | |||
+ | if( ($(location).attr('href')).indexOf("submit") >= 0 ) { | ||
+ | $(".menu_wrapper").css( { "position": "absolute", "height": "auto"}); | ||
+ | $("#wpTextbox1").css( 'margin-top', '440px'); | ||
} | } | ||
Revision as of 14:58, 22 March 2017