From 331547059868a0e36acf5f2efac71ecbd1a96c8c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 16 Dec 2015 05:53:55 +0100 Subject: show badge --- extension/popup/wallet.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extension/popup/wallet.js') diff --git a/extension/popup/wallet.js b/extension/popup/wallet.js index ef35193bd..da8cf72d3 100644 --- a/extension/popup/wallet.js +++ b/extension/popup/wallet.js @@ -79,12 +79,12 @@ function update_currency (currency, amount) } document.addEventListener('DOMContentLoaded', (e) => { - chrome.runtime.sendMessage({type: "WALLET_GET"}, function(wallet) { - for (let currency in wallet) { - let amount = amount_format(wallet[currency]); - add_currency(currency, amount); - } - }); + //chrome.runtime.sendMessage({type: "WALLET_GET"}, function(wallet) { + // for (let currency in wallet) { + // let amount = amount_format(wallet[currency]); + // add_currency(currency, amount); + // } + //}); // FIXME: remove add_currency('EUR', 42); -- cgit v1.2.3