From 0b2ef6736af8191712301d31ee9431a57dff3214 Mon Sep 17 00:00:00 2001 From: Kadir Sekha Date: Tue, 2 Jan 2018 15:57:19 +0000 Subject: [PATCH] fixed broken send max button --- src/js/controllers/amount.js | 1 - www/views/amount.html | 24 ++++++++++-------------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/src/js/controllers/amount.js b/src/js/controllers/amount.js index 37a21b51e..f6e94eca1 100644 --- a/src/js/controllers/amount.js +++ b/src/js/controllers/amount.js @@ -213,7 +213,6 @@ angular.module('copayApp.controllers').controller('amountController', function($ $scope.finish(); }; - $scope.toggleAlternative = function() { if ($scope.amountModel.amount && isExpression($scope.amountModel.amount)) { var amount = evaluate(format($scope.amountModel.amount)); diff --git a/www/views/amount.html b/www/views/amount.html index 860bc4286..8fc00145d 100644 --- a/www/views/amount.html +++ b/www/views/amount.html @@ -49,13 +49,11 @@
≈ {{alternativeAmount || '0.00'}} {{alternativeUnit}}
-
@@ -76,13 +74,11 @@ ≈ {{alternativeAmount || '0.00'}} {{alternativeUnit}}
-