User:Cuckooman4/statustabs.js: Difference between revisions

Content deleted Content added
Cuckooman4 (talk | contribs)
Oops, made it edit current page, not status page >_> (revert)
Cuckooman4 (talk | contribs)
Fixed
Line 13:
var i = 0
while(i < statustabs.length) {
addPortletLink('p-cactions', wgServer + wgScript + "'http://en.wikipedia.org/w/index.php?title=" Special:Mypage/'+ encodeURIComponent(wgPageName) statuspageurl+ "'&action=edit&autostatus="' + encodeURIComponent(statustabs[i]), statustabs[i], 'ca-status' + i)
i++
}