Network select populated automatically by js

This commit is contained in:
Ian Coleman
2015-08-16 14:32:25 +10:00
parent 7a995731ad
commit 7f15cb6eb9
2 changed files with 19 additions and 16 deletions
+1 -4
View File
@@ -78,10 +78,7 @@
<label for="network-phrase" class="col-sm-2 control-label">Coin</label>
<div class="col-sm-10">
<select id="network-phrase" class="network form-control">
<option value="bitcoin">Bitcoin</option>
<option value="bitcoin-testnet">Bitcoin Testnet</option>
<option value="litecoin">Litecoin</option>
<option value="dogecoin">Dogecoin</option>
<!-- populated by javascript -->
</select>
</div>
</div>