FIX
This commit is contained in:
parent
e2f39ebf1b
commit
e0d54822a0
|
|
@ -387,6 +387,7 @@ function editPoint(id)
|
|||
$('#moderate').val(pointsSources[id].moderate);
|
||||
|
||||
$('.extraImage', '#imgsContainer').remove();
|
||||
$('.extraParam', '#extraParamsContainer').remove();
|
||||
if (pointsSources[id].images != undefined && pointsSources[id].images.length > 0)
|
||||
{
|
||||
for (var i = 0; i < pointsSources[id].images.length; i++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue