map.htm edited online with Bitbucket
This commit is contained in:
parent
66cd20dd2b
commit
54098872f3
|
|
@ -3,11 +3,11 @@
|
||||||
<head>
|
<head>
|
||||||
<title></title>
|
<title></title>
|
||||||
|
|
||||||
<script src="js/jquery.js" type="text/javascript"></script>
|
<script src="/js/jquery.js" type="text/javascript"></script>
|
||||||
<script src="js/jquery-ui.js" type="text/javascript"></script>
|
<script src="/js/jquery-ui.js" type="text/javascript"></script>
|
||||||
<script src="//api-maps.yandex.ru/2.0/?load=package.full&lang=ru-RU" type="text/javascript"></script>
|
<script src="//api-maps.yandex.ru/2.0/?load=package.full&lang=ru-RU" type="text/javascript"></script>
|
||||||
|
|
||||||
<link type="text/css" rel="stylesheet" href="css/jquery-ui.css" />
|
<link type="text/css" rel="stylesheet" href="/css/jquery-ui.css" />
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
// /json/categories / addpoint
|
// /json/categories / addpoint
|
||||||
|
|
||||||
$.getJSON(
|
$.getJSON(
|
||||||
"http://wikipoints.ru/json/addpoint",
|
"/json/addpoint",
|
||||||
|
|
||||||
responsQuerry,
|
responsQuerry,
|
||||||
|
|
||||||
|
|
@ -60,6 +60,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function openAddDlg() {
|
function openAddDlg() {
|
||||||
|
|
||||||
|
myMap.balloon.close();
|
||||||
|
|
||||||
$('#dialog').dialog('open');
|
$('#dialog').dialog('open');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue