diff --git a/index.html b/index.html index 0a60741..308a1d1 100644 --- a/index.html +++ b/index.html @@ -116,7 +116,7 @@ Base BTC value ($) - + Base USD rate (₹) @@ -10089,7 +10089,7 @@ Bitcoin.Util = { const bond = document.createElement('bond-transaction') bond.data = obj - bond.setAttribute("title", data[i].replace(/\|/g, "\n")) + //bond.setAttribute("title", data[i].replace(/\|/g, "\n")) frag.append(bond) } getRef('bond_list').append(frag)