Skip to content

Commit

Permalink
Remove obsoleted code
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Nov 4, 2016
1 parent 17e6f6e commit 3fde2d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions assets/css/browser-solidity.css
Original file line number Diff line number Diff line change
Expand Up @@ -349,13 +349,6 @@ body {
margin: 0.5em;
}

.gethDeployText {
border-color: #bebebe;
height: 2.5em;
width: 100%;
display: block;
}

.contractDetails button {
background-color: transparent;
border: 0 none;
Expand Down
7 changes: 0 additions & 7 deletions src/app/ui-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ module.exports = {
$('<input readonly="readonly"/>').val(data))
},

textRow: function (description, data, cls) {
return this.tableRowItems(
$('<strong/>').text(description),
$('<textarea readonly="readonly" class="gethDeployText"/>').val(data),
cls)
},

preRow: function (description, data) {
return this.tableRowItems(
$('<span/>').text(description),
Expand Down

0 comments on commit 3fde2d6

Please sign in to comment.