Skip to content

Commit

Permalink
Removed the 'http' prefix for telize api
Browse files Browse the repository at this point in the history
  • Loading branch information
ToX82 committed Sep 19, 2015
1 parent 3aaef3c commit cdffa40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookiebar-latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function setupCookieBar() {
*/
var checkEurope = new XMLHttpRequest();

checkEurope.open('GET', 'http://www.telize.com/geoip', true);
checkEurope.open('GET', '//www.telize.com/geoip', true);
checkEurope.onreadystatechange = function() {
if (checkEurope.readyState === 4 && checkEurope.status === 200) {
clearTimeout(xmlHttpTimeout);
Expand Down
2 changes: 1 addition & 1 deletion cookiebar-latest.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cdffa40

Please sign in to comment.