Content deleted Content added
No edit summary |
No edit summary |
||
Line 20:
api = new mw.Api();
api.get(params).done((data) => {
if(
alert(typeof
params = {
action: "edit",
Line 34:
}
else {
alert(typeof
params = {
action: "edit",
|