Commits (2)
...@@ -161,6 +161,8 @@ xmlHttpRequest.onload = function (e) { ...@@ -161,6 +161,8 @@ xmlHttpRequest.onload = function (e) {
} }
//console.log(jsonContent); //console.log(jsonContent);
} }
xmlHttpRequest.send(); xmlHttpRequest.send();
......