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
a3180721
Commit
a3180721
authored
Nov 23, 2021
by
Etienne Freiss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modification url
parent
061ab819
Pipeline
#1516
passed with stage
in 1 minute 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
members-space-home.js
members_space/static/js/members-space-home.js
+6
-2
home.html
templates/members_space/home.html
+0
-1
No files found.
members_space/static/js/members-space-home.js
View file @
a3180721
...
...
@@ -95,8 +95,12 @@ function init_home() {
e
.
preventDefault
();
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
)
{
$
(
"#home .member_associated_partner_area"
).
hide
();
}
else
{
...
...
templates/members_space/home.html
View file @
a3180721
...
...
@@ -83,7 +83,6 @@
<div
class=
"home_link_button_area"
>
<a
href=
"javascript:void(0);"
target=
"_blank"
class=
"btn--primary home_link_button"
id=
"go_to_forms"
>
...
...
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