newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

JSAPI makes useless stats request #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/google-ajax-apis/issues/detail?id=463#c7

As the comment can be seen here, the google JSAPI makes a request to some stats 
file, and makes it as non-https, causing browsers to complain.

I think we should just directly request the google CDN .js files as there is a 
pointless overhead of the jsapi, and the tiny added functionality of being able 
to specify the version number in a function is not necessary, as changing the 
path to the script is almost the same process.

Original issue reported on code.google.com by moncojhr@gmail.com on 25 Aug 2010 at 6:58

GoogleCodeExporter commented 8 years ago
r355 removes google's jsapi javascript include.

Original comment by ajporterfield@gmail.com on 4 Sep 2010 at 5:36

GoogleCodeExporter commented 8 years ago

Original comment by ajporterfield@gmail.com on 4 Sep 2010 at 5:36