Commit 3fde2d62 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Remove obsoleted code

parent 17e6f6ee
......@@ -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;
......
......@@ -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),
......
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