From 2ad4b6a1288d5125f9100bcefd85a4be3185c56e Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 1 Sep 2016 02:15:41 +0100 Subject: [PATCH 1/6] udapp: remove disabled code --- assets/css/browser-solidity.css | 1 - assets/css/universal-dapp.css | 6 ------ src/universal-dapp.js | 5 +---- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/assets/css/browser-solidity.css b/assets/css/browser-solidity.css index 6be828a0c4..6135a88ba8 100644 --- a/assets/css/browser-solidity.css +++ b/assets/css/browser-solidity.css @@ -305,7 +305,6 @@ body { content: "\25B6"; } -#output .poweredBy, #output .legend { display: none; } #output .udapp { diff --git a/assets/css/universal-dapp.css b/assets/css/universal-dapp.css index d42aa985c3..205900d205 100644 --- a/assets/css/universal-dapp.css +++ b/assets/css/universal-dapp.css @@ -296,9 +296,3 @@ .udapp .legend .attach:before { background-color: #62B762; } .udapp .legend .transact:before { background-color: #D42828; } .udapp .legend .call:before { background-color: #556DF3; } - -.udapp .poweredBy { - float: right; - color: #666; - font-size: 12px; -} diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 2b58c4fe41..f0b9c42a56 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -158,9 +158,6 @@ UniversalDApp.prototype.render = function () { .append($('
').text('Transact')) .append($('
').text('Call')); - self.$el.append($('
') - .html('Universal ÐApp powered by The Blockchain')); - self.$el.append($legend); return self.$el; }; @@ -179,7 +176,7 @@ UniversalDApp.prototype.getABIInputForm = function (cb) { var self = this; var $el = $('
'); var $jsonInput = $('