Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
c16205e6
Commit
c16205e6
authored
May 03, 2022
by
François C.
Browse files
Options
Browse Files
Download
Plain Diff
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
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
members-space-faq.js
members_space/static/js/members-space-faq.js
+1
-2
faq.html
templates/members_space/faq.html
+4
-4
No files found.
members_space/static/js/members-space-faq.js
View file @
c16205e6
...
...
@@ -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
();
}
...
...
templates/members_space/faq.html
View file @
c16205e6
...
...
@@ -157,8 +157,8 @@
href=
"javascript:void(0);"
target=
"_blank"
type=
"button"
class=
"btn--primary faq_link_button"
id=
"request_form_link_btn
2
"
class=
"btn--primary faq_link_button
ask_bdm_form_link
"
id=
"request_form_link_btn
3
"
>
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment