forked from nathanwoodburn/firewalletbrowser
feat: Fixed copy button for mobile
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
<div class="card" style="margin: auto;max-width: 500px;margin-top: 50px;">
|
||||
<div class="card-body text-center">
|
||||
<h4 class="card-title">{{address}}</h4><img src="/qr/{{address}}">
|
||||
<p class="card-text">Use this address to receive HNS or Handshake domains from other people or wallets.</p><a class="card-link" id="copyLink" href="javascript:;" address="{{address}}" onclick="copyAddress()">Copy</a>
|
||||
<p class="card-text">Use this address to receive HNS or Handshake domains from other people or wallets.</p><textarea id="data" style="display: none;">{{address}}</textarea><button class="btn btn-primary" id="copyButton" type="button" onclick="copyToClipboard()">Copy</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user