Commit 50d251fe8908971f8ef669f7f5fa486a09be54be

Authored by Benjamin Renard
1 parent 00e83786

Fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/views/PlotComponents/PlotPreviewUI.js
... ... @@ -241,7 +241,7 @@ Ext.define('amdaPlotComp.PlotPreviewUI', {
241 241 ];
242 242 };
243 243  
244   - // childrenOfTopToolBar.push(me.createDownloadButton(configResult)); // #10936 - Not fully tested
  244 + childrenOfTopToolBar.push(me.createDownloadButton(configResult)); // #10936 - Not fully tested
245 245  
246 246 var topToolbar =
247 247 {
... ...