mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
disable loader for send screen
This commit is contained in:
parent
ef0b2b24fb
commit
b8818f3d45
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<input type="number" name="amount" value="{{amount}}" id="amount" max="{{wallet.fullbalance}}" min=0 step="1e-8">
|
||||
<div class="note">Available: {{"%.8f" % wallet.fullbalance}}</div>
|
||||
<br><br>
|
||||
<button type="submit" onclick="showLoader()" name="action" value="createpsbt" class="btn centered">Create unsigned transaction</button>
|
||||
<button type="submit" name="action" value="createpsbt" class="btn centered">Create unsigned transaction</button>
|
||||
</div>
|
||||
<br>
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue