Commit 1de6869e by Damien Moulard

Merge branch 'ticket_1728' into 'evolution_bdm'

modification url

See merge request !75
parents e7606dae a3180721
Pipeline #1518 passed with stage
in 1 minute 30 seconds
...@@ -95,8 +95,12 @@ function init_home() { ...@@ -95,8 +95,12 @@ function init_home() {
e.preventDefault(); e.preventDefault();
goto('mes-infos'); goto('mes-infos');
}); });
$("#go_to_forms").prop("href", forms_link); // $("#go_to_forms").prop("href", "forms_link");
$("#go_to_forms").on('click', (e) => {
e.preventDefault();
goto('faq');
});
if (partner_data.is_in_association === false) { if (partner_data.is_in_association === false) {
$("#home .member_associated_partner_area").hide(); $("#home .member_associated_partner_area").hide();
} else { } else {
......
...@@ -83,7 +83,6 @@ ...@@ -83,7 +83,6 @@
<div class="home_link_button_area"> <div class="home_link_button_area">
<a <a
href="javascript:void(0);" href="javascript:void(0);"
target="_blank"
class="btn--primary home_link_button" class="btn--primary home_link_button"
id="go_to_forms" id="go_to_forms"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment