cleanup - but not Universal Dapp

pull/1/head
Rob Stupay 7 years ago
parent c4204bb397
commit 5119058e03
  1. 1
      src/app/execution/txLogger.js
  2. 1
      src/app/panels/terminal.js

@ -261,7 +261,6 @@ function renderUnknownTransaction (self, data) {
`
var table
function txDetails () {
console.log('hit 262')
if (table && table.parentNode) {
tx.removeChild(table)
} else {

@ -90,7 +90,6 @@ var css = csjs`
bottom : 0;
right : 0;
position : absolute;
// z-index : -1;
background-repeat : no-repeat;
background-size : 45%;
}

Loading…
Cancel
Save