Skip to content

Commit

Permalink
Removed API key from form
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinke Hoekstra committed Jul 10, 2014
1 parent 2767fff commit de5b17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h4 class="modal-title" id="save-modal-label">Save this Visualisation</h4>
</div> -->
<div class="form-group">
<label for="apikey">Google Maps API Key</label>
<input type="text" class="form-control" id="apikey" placeholder="Enter a Google API Key" value="AIzaSyBTdZniWL-51geqo9kfGg1YxjtIfgVdkIs">
<input type="text" class="form-control" id="apikey" placeholder="Enter a Google API Key">
<span class="help-block">Please <a href="http://https://code.google.com/apis/console" target="_new">apply for a Google Maps API Key</a> and paste the value here.</span>
</div>
<div style='text-align: center;' class="btn btn-primary btn-block" id="save-button">Generate Page</div>
Expand Down

0 comments on commit de5b17d

Please sign in to comment.