Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Patch the add segment function on the tenprint edit page
· 0c6b7009
Marco De Donno
authored
Dec 23, 2019
0c6b7009
Hide whitespace changes
Inline
Side-by-side
views/submission/templates/shared/tenprint.html
View file @
0c6b7009
...
...
@@ -464,6 +464,7 @@
$
(
"
#tp_polygones > g > rect
"
).
on
(
"
mousewheel
"
,
mouse_wheel
);
zones_array
.
push
(
current_fpc
);
zonesData
[
current_fpc
]
=
{
fpc
:
current_fpc
,
x
:
x
/
svg_width
,
...
...