Skip to content

Commit

Permalink
demo docs. default value for unlock time added
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaipov committed Mar 18, 2019
1 parent 2c392eb commit 5fcfbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
</div>
<div class="form-group">
<label class="form-label">Unlock time:</label>
<input class="form-input param_field" type="number" placeholder="45" name="unlock_time">
<input class="form-input param_field" type="number" placeholder="45" value="45" name="unlock_time">
</div>
</div>
<div class="page" id="page_sign_trx">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
</div>
<div class="form-group">
<label class="form-label">Unlock time:</label>
<input class="form-input param_field" type="number" placeholder="45" name="unlock_time">
<input class="form-input param_field" type="number" placeholder="45" value="45" name="unlock_time">
</div>
</div>
<div class="page" id="page_sign_trx">
Expand Down

0 comments on commit 5fcfbe9

Please sign in to comment.