Skip to content
Snippets Groups Projects
Commit 5c9bd1bf authored by Caner Candan's avatar Caner Candan
Browse files

* issuance: fixed a minor issue

parent 333112a2
No related branches found
No related tags found
No related merge requests found
......@@ -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);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment