From 684624b522025062e0426b0c2dd77281d4108f6f Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Wed, 2 Aug 2017 16:12:41 +1000 Subject: Change BIP44 purpose and coin fields to readonly --- src/index.html | 4 ++-- src/js/index.js | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/index.html b/src/index.html index 8edb0ae..6a5e644 100644 --- a/src/index.html +++ b/src/index.html @@ -299,7 +299,7 @@ Purpose
- +
@@ -307,7 +307,7 @@ Coin
- +
diff --git a/src/js/index.js b/src/js/index.js index 9b8432a..84c773f 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -88,8 +88,6 @@ DOM.more.on("click", showMore); DOM.rootKey.on("input", delayedRootKeyChanged); DOM.bip32path.on("input", calcForDerivationPath); - DOM.bip44purpose.on("input", calcForDerivationPath); - DOM.bip44coin.on("input", calcForDerivationPath); DOM.bip44account.on("input", calcForDerivationPath); DOM.bip44change.on("input", calcForDerivationPath); DOM.tab.on("shown.bs.tab", calcForDerivationPath); -- cgit v1.2.3