Fix JS error on WalletSendVault after PIN is asked (#1210)

This commit is contained in:
nicolas.dorier 2019-12-04 12:52:54 +09:00
parent 5d7b253edd
commit e70d5ceb08
No known key found for this signature in database
GPG key ID: 6618763EF09186FE
3 changed files with 385 additions and 199 deletions

View file

@ -18,7 +18,7 @@
<input type="hidden" asp-for="WebsocketPath" />
</form>
<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>

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long