Skip to content

Commit

Permalink
fixed address autocompletion bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adensattler committed Jul 3, 2024
1 parent e2637ca commit 31ffe0d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Main/templates/property_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,8 @@
<script src="{{ url_for('static', filename='js/autocomplete.js') }}"></script>
<!-- Import Google street address autocompletion -->
<script src="{{ url_for('google_maps_js') }}" async defer></script>
<!-- <script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCt2-1vBRwTagtv__v6WeN5V1gPCDOO3R8&libraries=places&callback=initAutocomplete"
async
defer
></script> -->

<div class="content-section">
<script src="{{ url_for('static', filename='js/autocomplete.js') }}"></script>


<!-- Add search bar and submit button for an address/zpid here: -->
<!-- Property Search Header Block-->
<div class="content-block">
<!-- Page Title -->
<h1 class="content-title">
Expand Down

0 comments on commit 31ffe0d

Please sign in to comment.