add config for video, add names in footer
This commit is contained in:
parent
225fbc02da
commit
88116dab25
6 changed files with 20 additions and 11 deletions
|
|
@ -17,6 +17,8 @@ angular.module('copayApp.controllers').controller('FooterController', function($
|
|||
$scope.version = copay.version;
|
||||
|
||||
$scope.getVideoURL = function(copayer) {
|
||||
if (config.disableVideo) return;
|
||||
|
||||
var vi = $rootScope.videoInfo[copayer]
|
||||
if (!vi) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue