53,890
edits
(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 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"); | ||
} | } |
edits