Commit 0198167b by Ian Babrou

checking for new version over https

parent 83e9bc48
...@@ -14,7 +14,7 @@ function (angular) { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment