Site: http://tinyurl.com/4ycf69e*

*My site works on my local machine, but when I upload it to my live site it 
doesn't render and debugging shows that I get a "'google' is undefined" 
error on the line:

google.load('visualization','1',{});


I have the following items included between the head tags, before the call 
to google.load:

<script type="text/javascript" src="http://www.google.com/jsapi";></script> 
<script type="text/javascript" src=
"http://maps.google.com/maps/api/js?sensor=false";></script> 

I am guessing that due to the asynchronous nature of the google.load call it 
is being called too early, but all attempts to ensure proper loading order 
have failed.

Any ideas or suggestions are appreciated.


Regards,
Stephen 
*

*

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/RMIvt7U6UWgJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to