Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
urgi-is
FAIDARE
Commits
712d39ef
Commit
712d39ef
authored
Sep 02, 2021
by
Exbrayat Cédric
Browse files
chore: add TODOs
parent
1fd7d7f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
backend/src/main/resources/templates/germplasm.html
View file @
712d39ef
...
...
@@ -421,7 +421,7 @@
faidare
.
initializePopovers
();
faidare
.
initializeMap
({
contextPath
:
[[
$
{
#
request
.
getContextPath
()}]],
locations
:
/*[[${model.mapLocations}]]*/
[]
locations
:
/*
TODO
[[${model.mapLocations}]]*/
[]
});
</script>
</body>
...
...
backend/src/main/resources/templates/site.html
View file @
712d39ef
...
...
@@ -64,7 +64,7 @@
<script
th:inline=
"javascript"
>
faidare
.
initializeMap
({
contextPath
:
[[
$
{
#
request
.
getContextPath
()}]],
locations
:
/*[[${model.mapLocations}]]*/
[]
locations
:
/*
TODO
[[${model.mapLocations}]]*/
[]
});
</script>
</body>
...
...
backend/src/main/resources/templates/study.html
View file @
712d39ef
...
...
@@ -194,7 +194,7 @@
<script
th:inline=
"javascript"
>
faidare
.
initializeMap
({
contextPath
:
[[
$
{
#
request
.
getContextPath
()}]],
locations
:
/*[[${model.mapLocations}]]*/
[]
locations
:
/*
TODO
[[${model.mapLocations}]]*/
[]
});
</script>
</body>
...
...
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