mirror of
https://github.com/ok2/coinbin.git
synced 2026-04-24 11:44:02 +02:00
made copying the scriptUrl easier
I noticed, at least on Firefox, that it is impossible to highlight and copy the script URL. I fixed this by changing the "disabled" attribute to "readonly."
This commit is contained in:
parent
6b39b86447
commit
8652fe789d
@ -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">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user