From 5c9bd1bf715135d3fc3dc72c7cfa285692726c14 Mon Sep 17 00:00:00 2001 From: Caner Candan <candan@info.univ-angers.fr> Date: Sun, 26 Jan 2014 22:38:58 +0100 Subject: [PATCH] * issuance: fixed a minor issue --- static/wallets/slider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/wallets/slider.js b/static/wallets/slider.js index 3d58ef00..16accc1c 100644 --- a/static/wallets/slider.js +++ b/static/wallets/slider.js @@ -116,7 +116,7 @@ $(function() { $(this).slider('value', sol); $(this).siblings().find('.quantity').text(sol); - $(this).siblings().find('.equal').text(sol); + $(this).siblings().find('.equal').text(sol*coin); $(this).siblings('.input_value').val(sol); }); -- GitLab