Revert "Fix release url"

This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-16 13:06:51 -03:00 committed by GitHub
commit 5baee0fc38

View file

@ -133,8 +133,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
};
$scope.openExternalLink = function() {
var config = configService.getSync();
var url = config.release.url;
var url = 'https://github.com/bitpay/copay/releases/latest';
var optIn = true;
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.');