Content deleted Content added
m remove |
m ++ |
||
Line 95:
addOnloadHook(function() {
var showTab;
if(showTab == false) return;
if(((wgNamespaceNumber == 2 || wgNamespaceNumber == 3) && !wgTitle.split("/")[1]) || (wgNamespaceNumber == -1 && wgCanonicalSpecialPageName == "Contributions")) {
addPortletLink("p-cactions", wgScript + "?title=Special:UserRights&user=" + (wgNamespaceNumber == -1 ? document.title.split("User contributions for ")[1].split(" -")[0] : wgTitle), "userrights", "ca-userrights");
|