Merge pull request #698 from Topface/http-update

Checking for new version over https
This commit is contained in:
Torkel Ödegaard 2014-08-14 12:39:54 +02:00
commit 9558d404fa

View File

@ -14,7 +14,7 @@ function (angular) {
return; return;
} }
$http({ method: 'GET', url: 'http://grafanarel.s3.amazonaws.com/latest.json' }) $http({ method: 'GET', url: 'https://grafanarel.s3.amazonaws.com/latest.json' })
.then(function(response) { .then(function(response) {
if (!response.data || !response.data.version) { if (!response.data || !response.data.version) {
return; return;