map.htm edited online with Bitbucket
This commit is contained in:
parent
ca70191582
commit
f3ff50b61d
|
|
@ -50,7 +50,7 @@
|
|||
img: $('#img').val(),
|
||||
description: $('#description').val(),
|
||||
source: $('#source').val(),
|
||||
// categoryId: $('#categoryId').val(),
|
||||
categoryId: $('#categoryId').val(),
|
||||
lat: $('#currentLat').val(),
|
||||
lng: $('#currentLng').val()
|
||||
}
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
$.ajax({
|
||||
type: 'POST',
|
||||
|
||||
url: "http://wikipoints.ru/json/addpoint",
|
||||
url: "/json/addpoint",
|
||||
|
||||
data: responsQuerry,
|
||||
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
},
|
||||
|
||||
error: function (XMLHttpRequest, textStatus, errorThrown) {
|
||||
alert("Ошибка - " + decodeURI(XMLHttpRequest.responseText));
|
||||
alert("Ошибка - " + XMLHttpRequest.responseText);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue