From 89ec1a9dd8d5b18e3d57735f0ffddb9cdde1a641 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 8 May 2021 02:17:34 +0530 Subject: [PATCH] Removing title attr from bond-list --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2ac767f..e303194 100644 --- a/index.html +++ b/index.html @@ -10075,7 +10075,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)