Skip to content

Commit 49d4328

Browse files
committed
Merge pull request #144 from openplans/geocode-bug
Geocode bug
2 parents bd01687 + 872e9cd commit 49d4328

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.17.6
1+
3.17.7

src/sa_web/static/js/views/app-view.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,6 @@ var Shareabouts = Shareabouts || {};
333333
this.showPanel(this.placeFormView.render().$el);
334334
this.showNewPin();
335335
this.setBodyClass('content-visible', 'place-form-visible');
336-
337-
this.conditionallyReverseGeocode();
338336
}
339337
},
340338
setBodyClass: function(/* newBodyClasses */) {

0 commit comments

Comments
 (0)