about summary refs log tree commit diff
path: root/sourcecodes/layout_cyto.php
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/layout_cyto.php')
-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?>;