hitrust / google-ajax-examples

Automatically exported from code.google.com/p/google-ajax-examples
0 stars 1 forks source link

HTML code in Google Code Playground for chart api needs a small correction #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to 
https://code.google.com/apis/ajax/playground/?type=visualization#annotated_time_
line
2. Click Edit HTML
3. <script type="text/javascript" src="//www.google.com/jsapi"></script> is 
missing the "http://" in the src property.

The missing "http" makes the page not work when you simply copy-paste the code.

Original issue reported on code.google.com by kingh...@gmail.com on 2 Oct 2013 at 10:22