diff options
author | Ian Coleman <ian@iancoleman.io> | 2017-11-21 12:06:56 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2017-11-21 12:06:56 +1100 |
commit | 9183f9f658222dc3a24c8b4794887b6ecd80ba1e (patch) | |
tree | 6c3fdc47c20562bed4bdc297f4e96d610ba9f3d0 /src/index.html | |
parent | f487fea9b8b37642a3940be63129d9835eb77229 (diff) | |
download | BIP39-9183f9f658222dc3a24c8b4794887b6ecd80ba1e.tar.gz BIP39-9183f9f658222dc3a24c8b4794887b6ecd80ba1e.tar.zst BIP39-9183f9f658222dc3a24c8b4794887b6ecd80ba1e.zip |
Allow more rows to be generated at a custom index
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index cdd2ab2..63533a9 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -622,9 +622,12 @@ | |||
622 | </table> | 622 | </table> |
623 | </div> | 623 | </div> |
624 | </div> | 624 | </div> |
625 | <span>Show more rows</span>: | 625 | <span>Show</span> |
626 | <input type="number" class="rows-to-add" value="20"> | 626 | <input type="number" class="rows-to-add" value="20"> |
627 | <button class="more">Show</button> | 627 | <button class="more">more rows</button> |
628 | <span>starting from index</span> | ||
629 | <input type="number" class="more-rows-start-index"> | ||
630 | <span>(leave blank to generate from next index)</span> | ||
628 | 631 | ||
629 | <hr> | 632 | <hr> |
630 | 633 | ||