diff --git a/ground/views/indexTemplate.php b/ground/views/indexTemplate.php index 92fc474..1ea634d 100644 --- a/ground/views/indexTemplate.php +++ b/ground/views/indexTemplate.php @@ -29,94 +29,12 @@ Выйти - + - - - + + + diff --git a/ground/views/modals/addPoint.php b/ground/views/modals/addPoint.php new file mode 100644 index 0000000..6a59024 --- /dev/null +++ b/ground/views/modals/addPoint.php @@ -0,0 +1,51 @@ + diff --git a/ground/views/modals/categories.php b/ground/views/modals/categories.php new file mode 100644 index 0000000..803932b --- /dev/null +++ b/ground/views/modals/categories.php @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/ground/views/modals/login.php b/ground/views/modals/login.php new file mode 100644 index 0000000..a9bfd88 --- /dev/null +++ b/ground/views/modals/login.php @@ -0,0 +1,16 @@ + diff --git a/public/js/main.js b/public/js/main.js index d7ba916..6df6013 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -96,7 +96,7 @@ function getPoints() myMap.geoObjects.add(constructPoint(data[k])); } - if (getURLParameter('point') != null) + if (getURLParameter('point') != 'null') { showInfo(getURLParameter('point')); }