From 3e3980dbacdf02a05b42b1f9931dd7ecbe2bf207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 13 Jul 2015 09:37:10 +0200 Subject: [PATCH] made snapshot post url http scheme agnostic, #1725 --- public/app/features/dashboard/shareSnapshotCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/shareSnapshotCtrl.js b/public/app/features/dashboard/shareSnapshotCtrl.js index 9601ab48f0b..19adbd331f5 100644 --- a/public/app/features/dashboard/shareSnapshotCtrl.js +++ b/public/app/features/dashboard/shareSnapshotCtrl.js @@ -29,7 +29,7 @@ function (angular, _) { {text: 'Public on the web', value: 3}, ]; - $scope.externalUrl = 'http://snapshots-origin.raintank.io'; + $scope.externalUrl = '//snapshots-origin.raintank.io'; $scope.apiUrl = '/api/snapshots'; $scope.createSnapshot = function(external) {