mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 02:08:32 +01:00
Fix JS error on WalletSendVault after PIN is asked (#1210)
This commit is contained in:
parent
5d7b253edd
commit
e70d5ceb08
3 changed files with 385 additions and 199 deletions
|
@ -18,7 +18,7 @@
|
||||||
<input type="hidden" asp-for="WebsocketPath" />
|
<input type="hidden" asp-for="WebsocketPath" />
|
||||||
</form>
|
</form>
|
||||||
<div id="vaultPlaceholder"></div>
|
<div id="vaultPlaceholder"></div>
|
||||||
<button id="vault-confirm" class="btn btn-primary" style="display:none;" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></button>
|
<button id="vault-confirm" class="btn btn-primary" style="display:none;"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
578
BTCPayServer/wwwroot/vendor/popper/popper.js
vendored
578
BTCPayServer/wwwroot/vendor/popper/popper.js
vendored
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue