Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
piphone
piphone-front
Commits
1f602bf6
Commit
1f602bf6
authored
Feb 03, 2017
by
okhin
Browse files
Fixing all the Jon Does
parent
63ef1931
Pipeline
#831
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/contactslist.html
View file @
1f602bf6
...
...
@@ -92,6 +92,7 @@ function update_mep(element) {
$
(
'
#contact-image
'
).
attr
(
'
src
'
,
contact
[
'
photo
'
]);
};
$
(
'
#contact-full_name
'
).
html
(
contact
[
'
first_name
'
]
+
'
'
+
contact
[
'
last_name
'
]);
$
(
'
#contact-full_name-2
'
).
html
(
contact
[
'
first_name
'
]
+
'
'
+
contact
[
'
last_name
'
]);
$
(
'
#form-contact
'
).
attr
(
'
action
'
,
'
/call/
'
+
contact
[
'
id
'
]);
$
(
'
#contact_id
'
).
attr
(
'
value
'
,
contact
[
'
id
'
]);
$
(
'
.groups
'
).
each
(
function
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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