Commit 5ccafda066267031af836682bbaaf329ea6324ad
1 parent
7dd36700
Exists in
master
and in
29 other branches
Disbale in IHM the DFT momentarily
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
js/app/views/PlotComponents/plotFunction/FunctionType.js
... | ... | @@ -60,7 +60,9 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', { |
60 | 60 | item_type = {}; |
61 | 61 | item_type[key_] = this.plotFunctionItems.type.values.dft; |
62 | 62 | item_type[name_] = this.plotFunctionItems.type.labels.dft; |
63 | - data_function_type.push(item_type); | |
63 | + // Disbale DFT | |
64 | + //data_function_type.push(item_type); | |
65 | + | |
64 | 66 | item_type = {}; |
65 | 67 | item_type[key_] = this.plotFunctionItems.type.values.sum; |
66 | 68 | item_type[name_] = this.plotFunctionItems.type.labels.sum; |
... | ... |