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 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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user