Content deleted Content added
change edit summary |
m Cabayi moved page User:Vukky/Scripts/StatusChanger.js to User:Nyakase/Scripts/StatusChanger.js: Automatically moved page while renaming the user "Vukky" to "Nyakase" |
||
(One intermediate revision by one other user not shown) | |||
Line 65:
statusPage.load(function() {
statusPage.getStatusElement().status('Setting status');
statusPage.getStatusElement().error('Your status is already ' + status + '.');
return;
}
statusPage.setEditSummary(mw.config.get('wgUserName') + ' set their status to "' + status + '".');
statusPage.setPageText(status);
|