google-spreadsheet-javascript icon indicating copy to clipboard operation
google-spreadsheet-javascript copied to clipboard

Must change the protocol in example

Open mplungjan opened this issue 10 years ago • 0 comments

Hi I had to change the http:// to // in the js file

this.jsonCellsUrl = "http:// to this.jsonCellsUrl = "// and this.jsonListUrl = "http:// to this.jsonListUrl = "// to not have mixed http and https

mplungjan avatar Apr 05 '15 06:04 mplungjan