diff --git a/index.html b/index.html index f97b2b3..a0a8213 100644 --- a/index.html +++ b/index.html @@ -193,8 +193,9 @@ +
-
+
diff --git a/js/coinbin.js b/js/coinbin.js index 30ac797..c41bef3 100644 --- a/js/coinbin.js +++ b/js/coinbin.js @@ -206,7 +206,7 @@ $(document).ready(function() { }); $("#walletSpendTo .addressAdd").click(function(){ - var clone = '
'+$(this).parent().html()+'
'; + var clone = '
'+$(this).parent().html()+'
'; $("#walletSpendTo").append(clone); $("#walletSpendTo .glyphicon-plus:last").removeClass('glyphicon-plus').addClass('glyphicon-minus'); $("#walletSpendTo .glyphicon-minus:last").parent().removeClass('addressAdd').addClass('addressRemove');