fix param order
This commit is contained in:
parent
9cc9609ef6
commit
86896b6c52
@ -71,7 +71,7 @@ onready(function() {
|
|||||||
elem.innerHTML += ".";
|
elem.innerHTML += ".";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
ajax.open(form.action+"?t=json", form.method);
|
ajax.open(form.method, form.action+"?t=json");
|
||||||
ajax.send(new FormData(form));
|
ajax.send(new FormData(form));
|
||||||
};
|
};
|
||||||
var elems = document.getElementsByClassName("postbutton");
|
var elems = document.getElementsByClassName("postbutton");
|
||||||
|
Reference in New Issue
Block a user