Groups
Groups
Sign in
Groups
Groups
ogmaps-discuss
Conversations
About
Send feedback
Help
Re: Issue 1 in ogmaps: Doesn't work from outside of US
15 views
Skip to first unread message
codesite...@google.com
unread,
Jul 4, 2012, 5:41:08 AM
7/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ogmaps-...@googlegroups.com
Comment #8 on issue 1 by
born.reb...@gmail.com
: Doesn't work from outside
of US
http://code.google.com/p/ogmaps/issues/detail?id=1
The edit shown by `jake.tur` does help in getting rid of the error messages.
But there is a syntax error:
Instead of-
if not href.startswith('http://'
it should be:
if not href.startswith('http://'):
codesite...@google.com
unread,
Jul 4, 2012, 5:46:10 AM
7/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ogmaps-...@googlegroups.com
Comment #9 on issue 1 by
born.reb...@gmail.com
: Doesn't work from outside
of US
http://code.google.com/p/ogmaps/issues/detail?id=1
Edit made by `jake.tur` does help in getting rid of that error, though
there is a syntax error:
Wrong:
if not href.startswith('http://'
Right:
Reply all
Reply to author
Forward
0 new messages