diff --git a/VQI_PathwayEditor.js b/VQI_PathwayEditor.js index af9225c..ae141ff 100755 --- a/VQI_PathwayEditor.js +++ b/VQI_PathwayEditor.js @@ -2152,7 +2152,7 @@ var VQI_PathwayEditor = function (parent) { } self.produceJSONExternalNoGUI = function(){ - download(self.json, "data.txt", "text/plain"); + download(JSON.stringify(self.json), "data.txt", "text/plain"); } self.sprayColorExternalNoGUI = function (list) {