Skip to content

Commit

Permalink
easy rna setting fix, noticed a small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ivp08001 committed Jan 6, 2016
1 parent 89b290a commit afff1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VQI_PathwayEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit afff1b3

Please sign in to comment.