mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-17 05:40:17 +00:00
more log information
This commit is contained in:
@@ -157,11 +157,14 @@ BaseAlgorithmEx.prototype.CalculateAlgorithm = function(queryString, resultCallb
|
|||||||
var pathObjects = [];
|
var pathObjects = [];
|
||||||
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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user