diff options
| author | ziejd2 | 2021-03-04 22:30:50 -0600 |
|---|---|---|
| committer | GitHub | 2021-03-04 22:30:50 -0600 |
| commit | 6ca33793449840ec6e470cab5a66eed23d587183 (patch) | |
| tree | 499ede004b8e88e2f897593b08d3f8b5ee0e510e | |
| parent | 2c16603cab7c917118d2d7b3c34813b29aa5af68 (diff) | |
| download | BNW-6ca33793449840ec6e470cab5a66eed23d587183.tar.gz | |
Update layout_cyto.php
| -rw-r--r-- | sourcecodes/layout_cyto.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/layout_cyto.php b/sourcecodes/layout_cyto.php index 85d8835a..68e7246d 100644 --- a/sourcecodes/layout_cyto.php +++ b/sourcecodes/layout_cyto.php @@ -100,7 +100,7 @@ var default_layout = { name: 'dagre', //$.getJSON("<?php print($input_json);?>",function (data) { - $.getJSON("./data/LRlnetwork.json",function (dumm) { + $.getJSON("./data/sample_network.json",function (dumm) { // console.log(data); // document.addEventListener('DOMContentLoaded', function(){ var data1 = <?php echo $json_text?>; |
