Commit 61f5c9b191006164acfd793e3438453eaac4584b

Authored by Menouard AZIB
1 parent a7a6e1a5

Forgot to add twp semi columns in a file

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
js/app/views/PlotComponents/PlotPreviewUI.js
@@ -314,8 +314,8 @@ Ext.define('amdaPlotComp.PlotPreviewUI', { @@ -314,8 +314,8 @@ Ext.define('amdaPlotComp.PlotPreviewUI', {
314 text: 'Download Data', 314 text: 'Download Data',
315 handler: function () { 315 handler: function () {
316 var path = me.getImageUrl(configResult.folder, configResult.plotFile.replace(".png", "")); 316 var path = me.getImageUrl(configResult.folder, configResult.plotFile.replace(".png", ""));
317 - path +="_data.txt"  
318 - window.open(path, "_blank") 317 + path += "_data.txt";
  318 + window.open(path, "_blank");
319 } 319 }
320 }; 320 };
321 } 321 }