fix disable video options
This commit is contained in:
parent
1d45e0fc5d
commit
fd6a2c19b2
3 changed files with 3 additions and 4 deletions
|
|
@ -44,8 +44,7 @@ angular.module('copayApp.services')
|
|||
|
||||
root.installStartupHandlers = function(wallet, $scope) {
|
||||
wallet.on('serverError', function(msg) {
|
||||
notification.error('PeerJS Error', 'There was an error connecting to the PeerJS server.'
|
||||
+ (msg || 'Check you settings and Internet connection.'));
|
||||
notification.error('PeerJS Error', 'There was an error connecting to the PeerJS server.' + (msg || 'Check you settings and Internet connection.'));
|
||||
root.onErrorDigest($scope);
|
||||
$location.path('addresses');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue