From afff1b3f52d26b24e1fad4d9812733667d14aa92 Mon Sep 17 00:00:00 2001 From: ivanPozdnyakov Date: Wed, 6 Jan 2016 18:52:34 -0500 Subject: [PATCH] easy rna setting fix, noticed a small bug --- VQI_PathwayEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VQI_PathwayEditor.js b/VQI_PathwayEditor.js index d224495..23c639f 100755 --- a/VQI_PathwayEditor.js +++ b/VQI_PathwayEditor.js @@ -1632,7 +1632,7 @@ var VQI_PathwayEditor = function (parent) { function editNodeRNA() { var rna = document.getElementById(parent + "-rna").value; - target.data('rna', rna); + selectedForEditNodes.data('cnv', rna); dialogNode.dialog("close"); saveState(); }