mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 15:38:54 +00:00
git says, there is a change
This commit is contained in:
parent
d4fe00eec1
commit
59e0308d56
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ Emulator.Request.post = function(file, getParameters, postParameters, background
|
||||||
http.open("POST", file + "?" + getParameter, background);
|
http.open("POST", file + "?" + getParameter, background);
|
||||||
http.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
|
http.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
|
||||||
http.setRequestHeader("Content-length", postParameters.length);
|
http.setRequestHeader("Content-length", postParameters.length);
|
||||||
http.setRequestHeader("Connection", "close")
|
http.setRequestHeader("Connection", "close");
|
||||||
if (background) {
|
if (background) {
|
||||||
http.onreadystatechange = function() {
|
http.onreadystatechange = function() {
|
||||||
if (http.readyState == 4) {
|
if (http.readyState == 4) {
|
||||||
|
|
Loading…
Reference in a new issue