Fix commit hash
This commit is contained in:
parent
6e7b427760
commit
60528090f1
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ angular.module('copayApp.controllers').controller('preferencesAbout',
|
|||
|
||||
$scope.title = gettextCatalog.getString('About') + ' ' + $window.appConfig.nameCase;
|
||||
$scope.version = $window.version;
|
||||
$scope.commitHash = $window.commitHash;
|
||||
|
||||
$scope.openExternalLink = function() {
|
||||
var url = 'https://github.com/bitpay/' + $window.appConfig.gitHubRepoName + '/tree/' + $window.commitHash + '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue