Remove useless code

This commit is contained in:
nicolas.dorier
2018-03-21 03:11:03 +09:00
parent d426d66819
commit 710dbb51f4
2 changed files with 1 additions and 7 deletions

View File

@@ -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;