From 710dbb51f4922105fa87439e533149d01e46d39a Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 21 Mar 2018 03:11:03 +0900 Subject: [PATCH] Remove useless code --- BTCPayServer/Views/Stores/AddDerivationScheme.cshtml | 2 +- BTCPayServer/wwwroot/js/StoreAddDerivationScheme.js | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml b/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml index 67b0d10a7..a318ad645 100644 --- a/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml +++ b/BTCPayServer/Views/Stores/AddDerivationScheme.cshtml @@ -21,7 +21,7 @@
Derivation Scheme
The DerivationScheme represents the destination of the funds received by your invoice. It is generated by your wallet software. Please, verify that you are generating the right addresses by clicking on 'Check ExtPubKey' - +
diff --git a/BTCPayServer/wwwroot/js/StoreAddDerivationScheme.js b/BTCPayServer/wwwroot/js/StoreAddDerivationScheme.js index 0a5d3c86c..caea00502 100644 --- a/BTCPayServer/wwwroot/js/StoreAddDerivationScheme.js +++ b/BTCPayServer/wwwroot/js/StoreAddDerivationScheme.js @@ -33,12 +33,6 @@ return false; }); - $("#CryptoCurrency").on("change", function (elem) { - $("#no-ledger-info").css("display", "none"); - $("#ledger-info").css("display", "none"); - updateInfo(); - }); - var updateInfo = function () { if (!ledgerDetected) return false;