Skip to content

Commit

Permalink
Use the current protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Sep 11, 2019
1 parent 1fe82b4 commit a0527fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/siteDeploy/index.js
Expand Up @@ -456,7 +456,7 @@
// the Accept-Language header that the browser sends. But that isn't available through client side
// scripting for some unknown reason.
$.ajax({
url: "http://ajaxhttpheaders.appspot.com",
url: "//ajaxhttpheaders.appspot.com",
dataType: 'jsonp',
success: function(headers) {
language = headers['Accept-Language'];
Expand Down

0 comments on commit a0527fb

Please sign in to comment.