Skip to content

Commit

Permalink
Adding the address as a placeholder
Browse files Browse the repository at this point in the history
Unlike with default value, it's almost impossible to copy-paste the placeholder by mistake
  • Loading branch information
karelbilek committed Jun 19, 2017
1 parent 3bf6500 commit 9dbbd1f
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 @@ -60,7 +60,7 @@
<div class="col-md-4">
<label for="address">P2SH Value:</label>

<input class="form-control" id="address" size="40" value=""/>
<input class="form-control" id="address" size="40" value="" placeholder="3Ps3MeHaYm2s5WPsRo1kHkCvS8EFawzG7Q"/>
</div>
<div class="col-md-12">
<button class="btn btn-primary" type="button" onclick="convert();" style="margin-top: 4px">Convert</button>
Expand Down

0 comments on commit 9dbbd1f

Please sign in to comment.