Merge pull request #5461 from bitpay/revert-5450-fix/release-url

Revert "Fix release url"
This commit is contained in:
Matias Alejo Garcia 2017-01-16 13:08:44 -03:00 committed by GitHub
commit 2fb63a3134
1 changed files with 1 additions and 2 deletions

View File

@ -133,8 +133,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
}; };
$scope.openExternalLink = function() { $scope.openExternalLink = function() {
var config = configService.getSync(); var url = 'https://github.com/bitpay/copay/releases/latest';
var url = config.release.url;
var optIn = true; var optIn = true;
var title = gettextCatalog.getString('Update Available'); var title = gettextCatalog.getString('Update Available');
var message = gettextCatalog.getString('An update to this app is available. For your security, please update to the latest version.'); var message = gettextCatalog.getString('An update to this app is available. For your security, please update to the latest version.');