Content deleted Content added
Year2000Prob (talk | contribs) mNo edit summary |
Year2000Prob (talk | contribs) No edit summary |
||
Line 112:
if ($("#ca-edit").get(0) && /^(view|purge)$/i.test(wgAction)) {
if ($("#sectionlink-0").get(0)) $("#sectionlink-0").before("<a class='sectionlink' href='" + $("#ca-edit a").attr("href") + "§ion=top'>edit</a>/");
else $("#contentSub").css("display", "block").html(($("#contentSub").html() ? $("#contentSub").html() + "\t" : "") + "[<a class='sectionlink' href='" + $("#ca-edit a").attr("href") + "§ion=top'>edit</a>]");
};
|