Content deleted Content added
Cuckooman4 (talk | contribs) m +if(!varnamehere) for first four vars |
m Maintenance: Replacing addPortletLink() with mw.util.addPortletLink() (mw:ResourceLoader/Migration_guide_(users)#addPortletLink) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 13:
var i = 0
while(i < statustabs.length) {
mw.util.addPortletLink('p-cactions', mw.config.get('wgServer') + mw.config.get('wgScript') + "?title=User:" +
i++
}
Line 22:
document.getElementById("wpSummary").value = "Changing status: " + statusurlvar
document.getElementById("wpMinoredit").checked = false
document.getElementById("editform").submit()
}
}
|