Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable link on item location with GoogleMap #33

Closed
ubaid89 opened this issue Mar 26, 2015 · 1 comment
Closed

Enable link on item location with GoogleMap #33

ubaid89 opened this issue Mar 26, 2015 · 1 comment

Comments

@ubaid89
Copy link

ubaid89 commented Mar 26, 2015

Enable link on item location with GoogleMap '' link_item_location: true ", some google calender events have google map link but some events have not google map link, in this case plugin give error, so i added this condition.... plugin working perfect

if (this.opts.link_item_location) {
/* this condition /
if (ent.location != undefined) {
}
/
/
} else {
/
this condition /
if (ent.location != undefined) {
}
/
*/
}

please added this condition in your plugin......thank you

@sugi
Copy link
Owner

sugi commented Dec 23, 2015

Thank you reporting.
I fixed with 649b404 and release v3.0.2.

@sugi sugi closed this as completed Dec 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants