Tabs for derivation path have ids

This commit is contained in:
Ian Coleman
2014-09-30 10:02:06 +10:00
parent 23d4a0f167
commit 3b40653ff1
2 changed files with 4 additions and 4 deletions

View File

@@ -6305,10 +6305,10 @@ button.close {
<div class="col-md-12">
<h2>Derivation Path</h2>
<ul class="derivation-type nav nav-tabs" role="tablist">
<li class="active">
<li id="bip44-tab" class="active">
<a href="#bip44" role="tab" data-toggle="tab">BIP44</a>
</li>
<li>
<li id="bip32-tab">
<a href="#bip32" role="tab" data-toggle="tab">BIP32</a>
</li>
</ul>