fix error popup
This commit is contained in:
parent
c8330b4cd4
commit
d7ebc96097
1 changed files with 0 additions and 2 deletions
|
|
@ -209,8 +209,6 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
|
||||
function setExpirationTime() {
|
||||
var now = Math.floor(Date.now() / 1000);
|
||||
if ($scope.paymentExpired.value)
|
||||
popupService.showAlert(null, gettextCatalog.getString('The payment request has expired'));
|
||||
|
||||
if (now > expirationTime) {
|
||||
setExpiredValues();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue