Skip to content

Commit

Permalink
disabled geolocation, ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ttp committed Jul 29, 2016
1 parent 0f1189a commit f98a541
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
10 changes: 5 additions & 5 deletions fish-map/css/add_fish_place.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
display: block;
}
#add_place_form .fish {
height: 26px;
line-height: 26px;
height: 30px;
line-height: 30px;
}
#add_place_form .fish label {
display: inline-block;
min-width: 155px;
min-width: 158px;
}
#add_place_form .fish .fish-amount {
width: 50px;
Expand All @@ -69,10 +69,10 @@
display: none;
}
#add_place_form .fish .fish-notes {
width: 230px;
width: 208px;
text-align: left;
margin: 0 0 0 2px;
padding: 2px;
padding: 4px 2px;
display: none;
}

Expand Down
2 changes: 0 additions & 2 deletions fish-map/js/add_fish_place.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ var AddMarkerForm = (function ($) {
google.maps.event.addListener(this.map, 'click', $.proxy(function(e) {
this.placeMarker(e.latLng, this.map);
}, this));

centerMapFromGeolocation(this.map);
},

initPhotoUpload : function () {
Expand Down
1 change: 0 additions & 1 deletion fish-map/js/fish-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ function initializeMap() {
});

setupAllMarkers();
centerMapFromGeolocation(map);
}

/* Geocoder functionality - search location on the map */
Expand Down
2 changes: 0 additions & 2 deletions fish-map/js/report_post.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ var PostReportForm = (function ($) {
google.maps.event.addListener(this.map, 'click', $.proxy(function(e) {
this.placeMarker(e.latLng, this.map);
}, this));

centerMapFromGeolocation(this.map);
},

initPhotoUpload : function () {
Expand Down

0 comments on commit f98a541

Please sign in to comment.