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