aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2015-08-16 14:32:25 +1000
committerIan Coleman <coleman.ian@gmail.com>2015-08-16 14:32:25 +1000
commit7f15cb6eb98d29aeb64ec4a4ad37b81a66eb6103 (patch)
tree61d6b70dd5693c317ea749a3f2b3b5a6b1776ff5 /src/index.html
parent7a995731ad7c43db248080d075fee751a09cadba (diff)
downloadBIP39-7f15cb6eb98d29aeb64ec4a4ad37b81a66eb6103.tar.gz
BIP39-7f15cb6eb98d29aeb64ec4a4ad37b81a66eb6103.tar.zst
BIP39-7f15cb6eb98d29aeb64ec4a4ad37b81a66eb6103.zip
Network select populated automatically by js
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/index.html b/src/index.html
index f43c505..9ab7f6d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -78,10 +78,7 @@
78 <label for="network-phrase" class="col-sm-2 control-label">Coin</label> 78 <label for="network-phrase" class="col-sm-2 control-label">Coin</label>
79 <div class="col-sm-10"> 79 <div class="col-sm-10">
80 <select id="network-phrase" class="network form-control"> 80 <select id="network-phrase" class="network form-control">
81 <option value="bitcoin">Bitcoin</option> 81 <!-- populated by javascript -->
82 <option value="bitcoin-testnet">Bitcoin Testnet</option>
83 <option value="litecoin">Litecoin</option>
84 <option value="dogecoin">Dogecoin</option>
85 </select> 82 </select>
86 </div> 83 </div>
87 </div> 84 </div>