Merge pull request #32 from itscory/patch-1

fixed issue with copying the script URL
This commit is contained in:
OutCast3k 2015-11-16 13:21:37 +00:00
commit 9a669885b3

View file

@ -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> <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> <textarea class="form-control script" style="height:160px" readonly></textarea>
<label>Shareable URL</label> <label>Shareable URL</label>
<input type="text" class="scriptUrl form-control" disabled> <input type="text" class="scriptUrl form-control" readonly>
</div> </div>
<input type="button" class="btn btn-primary" value="Submit" id="newMultiSigAddress"> <input type="button" class="btn btn-primary" value="Submit" id="newMultiSigAddress">