Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mathieu
potage
Commits
f213ff50
Commit
f213ff50
authored
Aug 22, 2018
by
Mat
Browse files
oubli.. camelCase naming
parent
c75886b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/PotageBundle/Resources/views/Groupe/ajaxDisplay.js
View file @
f213ff50
...
...
@@ -47,8 +47,8 @@ function buildRowGroupe(jsonRow)
let
td4
=
document
.
createElement
(
'
td
'
);
if
(
typeof
jsonRow
.
depot
!==
'
undefined
'
)
{
td4
.
innerHTML
=
'
Adresse:
'
+
jsonRow
.
depot
.
localisation
+
'
<br>Réception:
'
+
getFrDow
(
jsonRow
.
depot
.
jour
_p
anier
,
false
)
+
'
, dès
'
+
formatTimeISO
(
jsonRow
.
depot
.
heure
_p
anier
);
+
'
<br>Réception:
'
+
getFrDow
(
jsonRow
.
depot
.
jour
P
anier
,
false
)
+
'
, dès
'
+
formatTimeISO
(
jsonRow
.
depot
.
heure
P
anier
);
}
tr
.
appendChild
(
td4
);
...
...
web/config.php
100644 → 100755
View file @
f213ff50
File mode changed from 100644 to 100755
Write
Preview
Supports
Markdown
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