Jump to content

MediaWiki:Mobile.js: Difference between revisions

Center the page title on Guided Research for Online Records
(Remove Deprecated code for GR Main Page map)
(Center the page title on Guided Research for Online Records)
Line 286: Line 286:


/* code for new landing page */
/* code for new landing page */
// test if we're on the home page
// Test if we're on one of the Main Pages. .href works for both straight titles and querystring titles
if ( /Main_Page/.test(document.location.href) ) {
if ( /Main_Page/.test(document.location.href) || /Guided_Research_for_Online_Records/.test(document.location.href) ) {
     $("#firstHeading").css("border", "0", "textAlign", "center");
     $("#firstHeading").css("border", "0", "textAlign", "center");
}
}
53,890

edits