about summary refs log tree commit diff
path: root/sourcecodes
diff options
context:
space:
mode:
authorziejd22021-03-04 22:30:50 -0600
committerGitHub2021-03-04 22:30:50 -0600
commit6ca33793449840ec6e470cab5a66eed23d587183 (patch)
tree499ede004b8e88e2f897593b08d3f8b5ee0e510e /sourcecodes
parent2c16603cab7c917118d2d7b3c34813b29aa5af68 (diff)
downloadBNW-6ca33793449840ec6e470cab5a66eed23d587183.tar.gz
Update layout_cyto.php
Diffstat (limited to 'sourcecodes')
-rw-r--r--sourcecodes/layout_cyto.php2
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?>;