Merge pull request #32 from itscory/patch-1
fixed issue with copying the script URL
This commit is contained in:
commit
9a669885b3
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@
|
|||
<p>This script should be <i>saved and should be shared with all the participants before a payment is made</i>, so they may validate the authenticity of the address, it will also be used later to release the bitcoins.</p>
|
||||
<textarea class="form-control script" style="height:160px" readonly></textarea>
|
||||
<label>Shareable URL</label>
|
||||
<input type="text" class="scriptUrl form-control" disabled>
|
||||
<input type="text" class="scriptUrl form-control" readonly>
|
||||
</div>
|
||||
|
||||
<input type="button" class="btn btn-primary" value="Submit" id="newMultiSigAddress">
|
||||
|
|
Loading…
Reference in a new issue