Skip to content

Commit

Permalink
make send all visible
Browse files Browse the repository at this point in the history
  • Loading branch information
glslang authored and greenaddress committed Nov 24, 2017
1 parent 43c38ae commit 040abd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/wallet/partials/wallet_send.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</div>
</div>

<div class="form-group" ng-show="send_tx.advanced_options_visible && send_tx.recipient.type != 'payreq'">
<div class="form-group" ng-show="send_tx.recipient.type != 'payreq'">
<div class="col-sm-offset-2 col-sm-10">
<label>
<input type="checkbox" ng-model="send_tx.spend_all" />
Expand Down

0 comments on commit 040abd3

Please sign in to comment.