cleanup - but not Universal Dapp

pull/1/head
Rob Stupay 7 years ago committed by yann300
parent a21a444466
commit c7a7c3855a
  1. 1
      src/app/execution/txLogger.js
  2. 1
      src/app/panels/terminal.js

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

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

Loading…
Cancel
Save