Прячу подсказку при показе окна добавления точки
This commit is contained in:
parent
78f2b072d1
commit
9d8cab6ab4
|
|
@ -73,6 +73,7 @@ function init(lat, lng) {
|
||||||
if (!myMap._popup) {
|
if (!myMap._popup) {
|
||||||
if (status == statusHunting)
|
if (status == statusHunting)
|
||||||
{
|
{
|
||||||
|
$('div#addHelper').hide(150);
|
||||||
$('#addPointId').remove();
|
$('#addPointId').remove();
|
||||||
$('#addPointForm input:text').val('');
|
$('#addPointForm input:text').val('');
|
||||||
$('#addPointForm textarea').val('');
|
$('#addPointForm textarea').val('');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue