diff --git a/Wello/www/details.php b/Wello/www/details.php index c7cd795..1fd60b3 100644 --- a/Wello/www/details.php +++ b/Wello/www/details.php @@ -1,5 +1,5 @@ -

Details

- + edit'; + ?>
diff --git a/Wello/www/form.php b/Wello/www/form.php index 67ce3f1..a647a84 100644 --- a/Wello/www/form.php +++ b/Wello/www/form.php @@ -1,5 +1,25 @@ -query($query)) { + $row = $result->fetch_assoc(); +} ?> diff --git a/Wello/www/js/main.js b/Wello/www/js/main.js index b441484..294ca82 100644 --- a/Wello/www/js/main.js +++ b/Wello/www/js/main.js @@ -1,16 +1,3 @@ -function initMap() { - var location = {lat: 41.812013, lng: -72.249019}; - var map = new google.maps.Map(document.getElementById('map'), { - zoom: 16, - center: location - }); - var marker = new google.maps.Marker({ - position: location, - map: map - }); - } - - $('select').change(function() { if ($(this).val() == "Other"){ diff --git a/Wello/www/map.php b/Wello/www/map.php index 5ac8318..6ec5a5c 100644 --- a/Wello/www/map.php +++ b/Wello/www/map.php @@ -35,7 +35,7 @@ - - - - - - - var currentlocation = getLoaction(); + var currentlocation = getLocation();