Commit a3180721 by Etienne Freiss

modification url

parent 061ab819
Pipeline #1516 passed with stage
in 1 minute 27 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