Revert "Fix release url"
This commit is contained in:
parent
325c2a1d6e
commit
5baee0fc38
1 changed files with 1 additions and 2 deletions
|
|
@ -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.');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue