fix cb
This commit is contained in:
parent
413c1fc8a3
commit
53cf7c32b0
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
};
|
||||
|
||||
$scope.updateTxHistory = function(cb) {
|
||||
|
||||
if (!cb) cb = function() {};
|
||||
if ($scope.updatingTxHistory) return;
|
||||
|
||||
$scope.updatingTxHistory = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue