User:Chaotic Enby/Unblock wizard.js: Difference between revisions

From Test Wiki
Content deleted Content added
No edit summary
No edit summary
Line 166: Line 166:
if(usernameBlock && blockType != "Username") {
if(usernameBlock && blockType != "Username") {
questionLabels = ['username'] + questionLabels;
questionLabels = ['username'].concat(questionLabels);
}
}