From e6dcb2d85989e8056859fa2b4431eed21ea6a036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Wed, 19 Mar 2014 22:56:55 +0100 Subject: [PATCH] fix currency selection --- src/index.html | 2 +- src/janin.currency.js | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/index.html b/src/index.html index f495bad..205ccd5 100644 --- a/src/index.html +++ b/src/index.html @@ -130,7 +130,7 @@
Choose currency : - +
diff --git a/src/janin.currency.js b/src/janin.currency.js index 67fb6f9..6922638 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -32,12 +32,10 @@ janin.currency = { return new RegExp("^" + janin.selectedCurrency.CWIF_Start + "[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{51}$"); }, - useCurrency: function(currency) { - janin.selectedCurrency = currency; - - // TODO: regenerate/reset current wallet (single, vanity ...) + // Switch currency + useCurrency: function(index) { + janin.selectedCurrency = janin.currencies[index]; }, - }; janin.currencies = [