googlearchive / gplus-quickstart-javascript

This quick-start app is built in JavaScript and lets you get started with the Google+ platform in a few minutes.
https://developers.google.com/+/quickstart/javascript
92 stars 111 forks source link

fix the URL for jquery #2

Closed ligi closed 11 years ago

ligi commented 11 years ago

that is only a problem for people trying it locally for the first time and then they see only a blank page

cartland commented 11 years ago

Thanks for bringing this it our attention. We are considering ways to make it this particular situation better for developers that open the file rather than running a web server.

silvolu commented 11 years ago

Even if we show them something, the quickstart will not work if served from file://, mainly because there would be no way of specifying it as an origin. I would rather go with just #3, but showing them a clear message about the fact that the quickstart needs to be server from http or https.

ligi commented 11 years ago

sure - thanks for looking into this