diff --git a/code.js b/code.js index 049f079..9712e1e 100644 --- a/code.js +++ b/code.js @@ -218,6 +218,7 @@ $(function () { // on dom ready ',"edges" :' + JSON.stringify(edges.jsons()) + '}}'; + download(data, "data.txt", "text/plain") console.log(data); // console.log(JSON.stringify(header)); // console.log(JSON.stringify(nodes.jsons())); diff --git a/index.php b/index.php index df88f7b..d699829 100644 --- a/index.php +++ b/index.php @@ -4,6 +4,7 @@ Json pathway file reader +