mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-04 00:36:45 +00:00
more log information
This commit is contained in:
parent
346ebb3b23
commit
1f4a8a258a
@ -158,10 +158,13 @@ BaseAlgorithmEx.prototype.CalculateAlgorithm = function(queryString, resultCallb
|
|||||||
var properties = {};
|
var properties = {};
|
||||||
var result = [];
|
var result = [];
|
||||||
|
|
||||||
|
var xml = creator.GetXMLString();
|
||||||
|
console.log(xml);
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
url: "/cgi-bin/GraphCGI.exe?" + queryString,
|
url: "/cgi-bin/GraphCGI.exe?" + queryString,
|
||||||
data: creator.GetXMLString(),
|
data: xml,
|
||||||
dataType: "text",
|
dataType: "text",
|
||||||
})
|
})
|
||||||
.done(function( msg )
|
.done(function( msg )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user