marsey marsey marsey
This commit is contained in:
parent
bee640bbb0
commit
6ee4ff4f5a
50 changed files with 987 additions and 991 deletions
|
@ -71,7 +71,6 @@ function vote(type, id, dir) {
|
|||
xhr.setRequestHeader('xhr', 'xhr');
|
||||
var form = new FormData()
|
||||
form.append("formkey", formkey());
|
||||
xhr.withCredentials=true;
|
||||
xhr.send(form);
|
||||
}
|
||||
|
||||
|
@ -120,8 +119,6 @@ function buy(mb) {
|
|||
|
||||
|
||||
form.append("formkey", formkey());
|
||||
xhr.withCredentials=true;
|
||||
|
||||
xhr.onload = function() {
|
||||
let data
|
||||
try {data = JSON.parse(xhr.response)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue