Skip to content

Commit

Permalink
Merge pull request #32 from itscory/patch-1
Browse files Browse the repository at this point in the history
fixed issue with copying the script URL
  • Loading branch information
OutCast3k committed Nov 16, 2015
2 parents 6b39b86 + 8652fe7 commit 9a66988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h2>New Multisig Address <small>Secure multisig address</small></h2>
<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">
Expand Down

0 comments on commit 9a66988

Please sign in to comment.