summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-11-14 23:30:58 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-11-14 23:30:58 +0100
commit5050e2e04ef3da3ca15de5a8f6a2223376d07804 (patch)
tree308adb2addbbc2cccf2bd466db8dae5db26fb876
parentf8985716ddc50da1283c85231fb24aed14cb4dbe (diff)
downloadexchange-5050e2e04ef3da3ca15de5a8f6a2223376d07804.tar.gz
exchange-5050e2e04ef3da3ca15de5a8f6a2223376d07804.tar.bz2
exchange-5050e2e04ef3da3ca15de5a8f6a2223376d07804.zip
minor change to bank website
-rw-r--r--demo/bank/index.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/demo/bank/index.html b/demo/bank/index.html
index 717635c0b..1c6c0b841 100644
--- a/demo/bank/index.html
+++ b/demo/bank/index.html
@@ -82,11 +82,10 @@
function wire_funds(){
var wallet_param = {
- //'currencies' : new Array("KUDOS"), not anymore: must be given by the mint
- 'form_id' : 'reserve-form',
- 'input_amount' : 'reserve-amn-id',
- 'input_pub' : 'reserve-pk-input',
- 'mint_rcv' : 'kudos-mint'
+ form_id : 'reserve-form',
+ input_amount : 'reserve-amn-id',
+ input_pub : 'reserve-pk-input',
+ mint_rcv : 'kudos-mint'
//'base_url' : window.location.host not anymore: must be given by the mint
};
var trigger = new CustomEvent("taler-create-reserve", {detail: wallet_param});