From 89ec1a9dd8d5b18e3d57735f0ffddb9cdde1a641 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 8 May 2021 02:17:34 +0530 Subject: [PATCH 1/2] 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) From 0fcba477ea0ea0286522cdd2cd59dcd15a03ca14 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sun, 9 May 2021 01:34:45 +0530 Subject: [PATCH 2/2] pattern check --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e303194..fb9e583 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@