Content deleted Content added
Cuckooman4 (talk | contribs) m Forgot to put / in between username and statuspage url |
m Maintenance: Replacing legacy global variable (phab:T72470) |
||
Line 13:
var i = 0
while(i < statustabs.length) {
addPortletLink('p-cactions', mw.config.get('wgServer') + mw.config.get('wgScript') + "?title=User:" + wgUserName + "/" + statuspageurl + "&action=edit&autostatus=" + encodeURIComponent(statustabs[i]), statustabs[i], 'ca-status' + i)
i++
}
|