Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
update iframe map url
Browse files Browse the repository at this point in the history
  • Loading branch information
awhartonDE committed Oct 24, 2015
1 parent 56d6f5f commit fa277fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/events/createEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function createEvent(request, reply) {
lon: res[0].longitude
}
};
doc.event_details.map_url = 'https://maps.google.com/maps?q=' + input.address + ' ' + input.city + ', ' + input.state + ' ' + input.zip + '&hl=es;z=17&output=embed',
doc.event_details.map_url = 'http://maps.google.com/maps?q=' + input.address + ' ' + input.city + ', ' + input.state + ' ' + input.zip + '&hl=es;z=17&output=embed',
doc.event_details.contact = {
name: input.contact_name,
phone: input.contact_phone,
Expand Down

0 comments on commit fa277fd

Please sign in to comment.