From 5f0f0ba749377b77e5bb1b203aee03549461237c Mon Sep 17 00:00:00 2001 From: ivanPozdnyakov Date: Wed, 16 Dec 2015 18:39:21 -0500 Subject: [PATCH] none gui pathfinding matches gui --- VQI_PathwayEditor.js | 6 +++--- index.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VQI_PathwayEditor.js b/VQI_PathwayEditor.js index 986b45d..c4b5046 100755 --- a/VQI_PathwayEditor.js +++ b/VQI_PathwayEditor.js @@ -481,9 +481,9 @@ var VQI_PathwayEditor = function (parent) { var target = lines[line][0]; if (typeof (lookup[target]) != "undefined") { for(entry in lookup[target]){ - entry.mut = lines[line][1]; - entry.cnv = lines[line][2]; - entry.rna = lines[line][3]; + lookup[target][entry].mut = lines[line][1]; + lookup[target][entry].cnv = lines[line][2]; + lookup[target][entry].rna = lines[line][3]; } } } diff --git a/index.php b/index.php index 2b75be7..a238823 100644 --- a/index.php +++ b/index.php @@ -25,15 +25,15 @@