Commit 97d7cf0a authored by Romain Loth's avatar Romain Loth

fix previous commit ^^

parent 5091592e
...@@ -45,7 +45,6 @@ var AjaxSync = (function(TYPE, URL, DATA, CT , DT) { ...@@ -45,7 +45,6 @@ var AjaxSync = (function(TYPE, URL, DATA, CT , DT) {
else { else {
format = "json" ; format = "json" ;
} }
header = (header)?"json":"gexf";
Result = { "OK":true , "format":format , "data":data }; Result = { "OK":true , "format":format , "data":data };
}, },
error: function(exception) { error: function(exception) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment