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(); }