git says, there is a change

This commit is contained in:
overflowerror 2014-05-21 01:13:32 +02:00
parent d4fe00eec1
commit 59e0308d56

View file

@ -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) {