add more HTTPS links. IITC is likely still broken for HTTPS Intel Map.

This commit is contained in:
Stefan Breunig
2013-02-25 22:39:06 +01:00
parent 5e37f7f227
commit 849099c299
3 changed files with 6 additions and 6 deletions

View File

@ -54,7 +54,7 @@ window.postAjax = function(action, data, success, error) {
// use full URL to avoid issues depending on how people set their
// slash. See:
// https://github.com/breunigs/ingress-intel-total-conversion/issues/56
url: window.location.protocol + '//www.ingress.com/rpc/dashboard.'+action,
url: 'https://www.ingress.com/rpc/dashboard.'+action,
type: 'POST',
data: data,
dataType: 'json',