diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2015-08-16 19:31:35 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2015-08-16 19:31:35 +1000 |
commit | 55a9e51a1be52211cf25aa1878e6118c16874d9a (patch) | |
tree | b0e4130692daa56bb102ef0ea7b5c93156961152 /src/js | |
parent | e3a9508cc0bcd22cde34036e4d4524e9fa8c731d (diff) | |
download | BIP39-55a9e51a1be52211cf25aa1878e6118c16874d9a.tar.gz BIP39-55a9e51a1be52211cf25aa1878e6118c16874d9a.tar.zst BIP39-55a9e51a1be52211cf25aa1878e6118c16874d9a.zip |
Wallet tabs removed, added text to BIP32 tab
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/js/index.js b/src/js/index.js index c8ab284..866ad24 100644 --- a/src/js/index.js +++ b/src/js/index.js | |||
@@ -40,7 +40,6 @@ | |||
40 | DOM.indexToggle = $(".index-toggle"); | 40 | DOM.indexToggle = $(".index-toggle"); |
41 | DOM.addressToggle = $(".address-toggle"); | 41 | DOM.addressToggle = $(".address-toggle"); |
42 | DOM.privateKeyToggle = $(".private-key-toggle"); | 42 | DOM.privateKeyToggle = $(".private-key-toggle"); |
43 | DOM.myceliumPath = $("#mycelium-path"); | ||
44 | 43 | ||
45 | var derivationPath = $(".tab-pane.active .path").val(); | 44 | var derivationPath = $(".tab-pane.active .path").val(); |
46 | 45 | ||
@@ -401,7 +400,6 @@ | |||
401 | onSelect: function() { | 400 | onSelect: function() { |
402 | network = bitcoin.networks.bitcoin; | 401 | network = bitcoin.networks.bitcoin; |
403 | DOM.bip44coin.val(0); | 402 | DOM.bip44coin.val(0); |
404 | DOM.myceliumPath.val("m/44'/0'/0'/0"); | ||
405 | }, | 403 | }, |
406 | }, | 404 | }, |
407 | { | 405 | { |
@@ -409,7 +407,6 @@ | |||
409 | onSelect: function() { | 407 | onSelect: function() { |
410 | network = bitcoin.networks.testnet; | 408 | network = bitcoin.networks.testnet; |
411 | DOM.bip44coin.val(1); | 409 | DOM.bip44coin.val(1); |
412 | DOM.myceliumPath.val("m/44'/1'/0'/0"); | ||
413 | }, | 410 | }, |
414 | }, | 411 | }, |
415 | { | 412 | { |