Commit c16205e6 by François C.

Merge branch '2930-bad-link' into 'dev_cooperatic'

BDM: fix Ask BDM buttons

See merge request !165
parents 5bbc317f 812477a2
Pipeline #2161 passed with stage
in 1 minute 28 seconds
......@@ -15,8 +15,7 @@ function init_faq() {
$("#coop_unsubscribe_form_link_btn").prop("href", coop_unsubscribe_form_link);
$("#helper_subscribe_form_link_btn").prop("href", helper_subscribe_form_link);
$("#helper_unsubscribe_form_link_btn").prop("href", helper_unsubscribe_form_link);
$("#request_form_link_btn2").prop("href", request_form_link);
$("#request_form_link_btn").prop("href", request_form_link);
$(".ask_bdm_form_link").prop("href", request_form_link);
display_messages_for_attached_people();
}
......
......@@ -157,8 +157,8 @@
href="javascript:void(0);"
target="_blank"
type="button"
class="btn--primary faq_link_button"
id="request_form_link_btn2"
class="btn--primary faq_link_button ask_bdm_form_link"
id="request_form_link_btn3"
>
Oubli validation service
</a>
......@@ -308,7 +308,7 @@
href="javascript:void(0);"
target="_blank"
type="button"
class="btn--primary faq_link_button"
class="btn--primary faq_link_button ask_bdm_form_link"
id="request_form_link_btn2"
>
Faire une demande au BDM
......@@ -505,7 +505,7 @@
href="javascript:void(0);"
target="_blank"
type="button"
class="btn--primary faq_link_button"
class="btn--primary faq_link_button ask_bdm_form_link"
id="request_form_link_btn"
>
Faire une demande au BDM
......
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