diff --git a/js/app/views/PlotComponents/plotFunction/FunctionType.js b/js/app/views/PlotComponents/plotFunction/FunctionType.js
index 7ee1a05..1592548 100644
--- a/js/app/views/PlotComponents/plotFunction/FunctionType.js
+++ b/js/app/views/PlotComponents/plotFunction/FunctionType.js
@@ -60,7 +60,9 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', {
         item_type = {};
         item_type[key_] = this.plotFunctionItems.type.values.dft;
         item_type[name_] = this.plotFunctionItems.type.labels.dft;
-        data_function_type.push(item_type);
+        // Disbale DFT
+        //data_function_type.push(item_type);
+
         item_type = {};
         item_type[key_] = this.plotFunctionItems.type.values.sum;
         item_type[name_] = this.plotFunctionItems.type.labels.sum;
--
libgit2 0.21.2