bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

Renaming jQuery-Store-Locator-Plugin-master folder gives an error #198

Closed PublicV0id closed 7 years ago

PublicV0id commented 7 years ago

Hello

using apache server and autocomplete-example.html

When jQuery-Store-Locator-Plugin-master folder is renamed

<input type="text" id="bh-sl-address" name="bh-sl-address" placeholder="Oops! Something went wrong." value="Αθήνα" autocomplete="off" disabled="" class=" gm-err-autocomplete" style="background-image: url(&quot;https://maps.gstatic.com/mapfiles/api-3/images/icon_error.png&quot;);">

what is causing that error ?

bjorn2404 commented 7 years ago

The dist directory has the files you want. There's no reason to have the full project root directory on a server.

PublicV0id commented 7 years ago

Hello Thanks for the quick response. I have found what was causing that error , It was the api key . When I added a new one it worked .