From de8e53a7fc4fc10a6f638cc0e0227827b8d3130c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Mon, 7 Apr 2014 23:15:17 +0200 Subject: [PATCH] fix selected currency in the dropdown list when a currency is selected via the URL --- index.html | 5 ++--- src/janin.currency.js | 2 -- src/ninja.onload.js | 3 ++- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 0fdb7e4..b4ec12c 100644 --- a/index.html +++ b/index.html @@ -6621,8 +6621,6 @@ janin.currencies = [ janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null) ]; -janin.selectedCurrency = janin.currencies[1]; -