add placeholder for location input and change map/autocomplete language

This commit is contained in:
Bilal Catic
2019-09-10 08:04:54 +02:00
parent 13c462f328
commit 78a4fd8eef

View File

@@ -3,7 +3,7 @@
<div class="row center-align"> <div class="row center-align">
<div id="floating-panel"> <div id="floating-panel">
<div id="locationField"> <div id="locationField">
<input id="autocompleteInput" type="text" /> <input id="autocompleteInput" placeholder="Lokacija..." type="text" />
</div> </div>
</div> </div>
<div id="map"></div> <div id="map"></div>
@@ -91,6 +91,6 @@
}); });
}); });
</script> </script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAna8ohfV2HBMcxGk_29vqxU5Z_bDickqg&libraries=places&callback=initMap" async <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAna8ohfV2HBMcxGk_29vqxU5Z_bDickqg&language=bs&libraries=places&callback=initMap" async
defer></script> defer></script>
</div> </div>