From ce1da4a8a7ec477fb488584d0e43a1556634b00e Mon Sep 17 00:00:00 2001 From: Alice <alice.poggioli@hotmail.fr> Date: Wed, 16 Oct 2019 11:40:03 +0200 Subject: [PATCH] Fix the problem on rendering on public detail resource view. --- src/scripts/coopstarter.js | 1 - src/styles/index.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/scripts/coopstarter.js b/src/scripts/coopstarter.js index 29562264..1997b584 100644 --- a/src/scripts/coopstarter.js +++ b/src/scripts/coopstarter.js @@ -199,7 +199,6 @@ function selectHiddenManagementForType(tab, form) { * Init type to type 1 */ function InitManagementForType() { - console.log("we enter in InitManagementForType"); var forms = document.querySelectorAll(".resource_by_step"); forms.forEach(form => { diff --git a/src/styles/index.scss b/src/styles/index.scss index 665ec505..24d3f81b 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1333,7 +1333,7 @@ sib-set-default[name="submitter_info"]{ } } } -#mentor-resource-detail, #entrepreneur-resource-detail, #mentor-resource-validate{ +#mentor-resource-detail, #entrepreneur-resource-detail, #mentor-resource-validate, #public-resource-detail{ border: none; top: 0; padding: 0; -- GitLab