diff --git a/src/main/resources/siteDeploy/index.js b/src/main/resources/siteDeploy/index.js index bca57a01b..4aa237099 100644 --- a/src/main/resources/siteDeploy/index.js +++ b/src/main/resources/siteDeploy/index.js @@ -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'];