Commit dcf934f3 authored by Rob Stupay's avatar Rob Stupay

txLogger button not fixed yet

parent 174955d4
......@@ -166,6 +166,7 @@ function renderKnownTransaction (self, data) {
var table
function txDetails () {
console.log('txDetails hit')
if (table && table.parentNode) {
tx.removeChild(table)
} else {
......@@ -218,6 +219,7 @@ function renderCall (self, data) {
var table
function txDetails () {
console.log('txDetails hit')
if (table && table.parentNode) {
tx.removeChild(table)
} else {
......@@ -261,6 +263,7 @@ function renderUnknownTransaction (self, data) {
`
var table
function txDetails () {
console.log('hit 262')
if (table && table.parentNode) {
tx.removeChild(table)
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment