Commit 5119058e authored by Rob Stupay's avatar Rob Stupay

cleanup - but not Universal Dapp

parent c4204bb3
...@@ -261,7 +261,6 @@ function renderUnknownTransaction (self, data) { ...@@ -261,7 +261,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 {
......
...@@ -90,7 +90,6 @@ var css = csjs` ...@@ -90,7 +90,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%;
} }
......
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