diff --git a/src/index.html b/src/index.html index 9b489ea..f771fbf 100644 --- a/src/index.html +++ b/src/index.html @@ -101,7 +101,10 @@

Derivation Path

-
+
+
+
+
+
+

For more info see the Hive Wallet homepage

+
+
+ +
+ +
+
+
+
+

diff --git a/src/js/index.js b/src/js/index.js index 0ce039a..bc1682e 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -41,7 +41,7 @@ DOM.addressToggle = $(".address-toggle"); DOM.privateKeyToggle = $(".private-key-toggle"); - var derivationPath = DOM.bip44path.val(); + var derivationPath = $(".tab-pane.active .path").val(); function init() { // Events