MediaWiki:Common.js: Difference between revisions

we're not on Wikia anymore; remove redundant code
(Adding pagetitle)
(we're not on Wikia anymore; remove redundant code)
Line 768:
newTitle = newTitle.replace(/&lt;(\/?i)&gt;/g, '<$1>');
var edits = $("#user_masthead_since").text();
$(".firstHeading,#WikiaUserPagesHeader h1,#WikiaPageHeader h1").html(newTitle);
$("#user_masthead_head h2").html(newTitle + "<small id='user_masthead_since'>" + edits + "</small>");
}