From 5d8a4547570f2d6fed68686d355020fa534dca45 Mon Sep 17 00:00:00 2001 From: "mathias.chouet" <mathias.chouet@irstea.fr> Date: Mon, 15 Jul 2019 11:15:24 +0200 Subject: [PATCH] Temporarily removed help button from PAB-chute and PAB-nombre --- src/app/calculators/pab-chute/pab-chute.config.json | 3 +-- src/app/calculators/pab-nombre/pab-nombre.config.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/calculators/pab-chute/pab-chute.config.json b/src/app/calculators/pab-chute/pab-chute.config.json index 7dfaaf76b..aa5107384 100644 --- a/src/app/calculators/pab-chute/pab-chute.config.json +++ b/src/app/calculators/pab-chute/pab-chute.config.json @@ -23,7 +23,6 @@ }, { "type": "options", - "idCal": "DH", - "help": "pab/chute" + "idCal": "DH" } ] \ No newline at end of file diff --git a/src/app/calculators/pab-nombre/pab-nombre.config.json b/src/app/calculators/pab-nombre/pab-nombre.config.json index 1534195af..972eeac61 100644 --- a/src/app/calculators/pab-nombre/pab-nombre.config.json +++ b/src/app/calculators/pab-nombre/pab-nombre.config.json @@ -23,7 +23,6 @@ }, { "type": "options", - "idCal": "N", - "help": "pab/nombre" + "idCal": "N" } ] \ No newline at end of file -- GitLab