Commit 61f5c9b191006164acfd793e3438453eaac4584b
1 parent
a7a6e1a5
Exists in
master
and in
33 other branches
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 | 314 | text: 'Download Data', |
315 | 315 | handler: function () { |
316 | 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 | } |
... | ... |