more log information

This commit is contained in:
Unick Soft 2019-02-12 20:59:29 +02:00
parent 346ebb3b23
commit 1f4a8a258a

View File

@ -157,11 +157,14 @@ BaseAlgorithmEx.prototype.CalculateAlgorithm = function(queryString, resultCallb
var pathObjects = [];
var properties = {};
var result = [];
var xml = creator.GetXMLString();
console.log(xml);
$.ajax({
type: "POST",
url: "/cgi-bin/GraphCGI.exe?" + queryString,
data: creator.GetXMLString(),
data: xml,
dataType: "text",
})
.done(function( msg )