Skip to content

Commit

Permalink
delete alert from customer section
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsarik committed Nov 23, 2017
1 parent f6e3cd7 commit 6224c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/customers/customer_section.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,11 +565,11 @@ <h4 class="margin-bottom-30" id="aoi_selected"><b>AOI selected:</b> <span>{{ sub
var searchBox = new google.maps.places.SearchBox(input);
// map.controls[google.maps.ControlPosition.TOP_LEFT].push(input);

console.log('INPUT: ', searchBox);
// console.log('INPUT: ', searchBox);

// Bias the SearchBox results towards current map's viewport.
map.addListener('bounds_changed', function() {
alert('INPUT: ');
// alert('INPUT: ');
searchBox.setBounds(map.getBounds());
});

Expand Down

0 comments on commit 6224c71

Please sign in to comment.